Fix virtual dtor warnings, no bug, blanket r=bz

This commit is contained in:
David Zbarsky 2012-08-03 12:35:58 -07:00
Родитель 67a9691e50
Коммит 8fe8bfc203
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -13,6 +13,7 @@
#include "mozilla/dom/PMemoryReportRequestParent.h"
#include "mozilla/ipc/GeckoChildProcessHost.h"
#include "mozilla/dom/ipc/Blob.h"
#include "mozilla/Attributes.h"
#include "nsIObserver.h"
#include "nsIThreadInternal.h"
@ -279,7 +280,7 @@ private:
const nsString mAppManifestURL;
nsRefPtr<nsFrameMessageManager> mMessageManager;
class WatchedFile : public nsIFileUpdateListener {
class WatchedFile MOZ_FINAL : public nsIFileUpdateListener {
public:
WatchedFile(ContentParent* aParent, const nsString& aPath)
: mParent(aParent)