Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(876)

Unified Diff: chrome/browser/sync/util/extensions_activity_monitor.h

Issue 8470005: Add OVERRIDE to chrome/browser/sync/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: includes Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/test/test_http_bridge_factory.h ('k') | chrome/browser/sync/util/sqlite_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/util/extensions_activity_monitor.h
diff --git a/chrome/browser/sync/util/extensions_activity_monitor.h b/chrome/browser/sync/util/extensions_activity_monitor.h
index 0b76ce1cfc31455ed8e2be26dc87c6066518a4d4..a930a52f0350d6c2e5144bfa6427edaf3b0cd8ba 100644
--- a/chrome/browser/sync/util/extensions_activity_monitor.h
+++ b/chrome/browser/sync/util/extensions_activity_monitor.h
@@ -8,6 +8,7 @@
#include <map>
+#include "base/compiler_specific.h"
#include "base/message_loop.h"
#include "base/synchronization/lock.h"
#include "content/public/browser/notification_observer.h"
@@ -59,7 +60,7 @@ class ExtensionsActivityMonitor : public content::NotificationObserver {
// content::NotificationObserver implementation. Called on |ui_loop_|.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details);
+ const content::NotificationDetails& details) OVERRIDE;
private:
Records records_;
mutable base::Lock records_lock_;
« no previous file with comments | « chrome/browser/sync/test/test_http_bridge_factory.h ('k') | chrome/browser/sync/util/sqlite_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698