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

Unified Diff: chrome/browser/sync/engine/all_status.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
Index: chrome/browser/sync/engine/all_status.h
diff --git a/chrome/browser/sync/engine/all_status.h b/chrome/browser/sync/engine/all_status.h
index d85e73f6fdb8356de5ba61217c17d15593127f12..5f142cbd50ac04d5e98a9d1015383ac2a17151bc 100644
--- a/chrome/browser/sync/engine/all_status.h
+++ b/chrome/browser/sync/engine/all_status.h
@@ -11,6 +11,7 @@
#include <map>
+#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "base/synchronization/lock.h"
#include "chrome/browser/sync/engine/syncer_types.h"
@@ -33,7 +34,7 @@ class AllStatus : public SyncEngineEventListener {
void HandleAuthWatcherEvent(const AuthWatcherEvent& event);
- virtual void OnSyncEngineEvent(const SyncEngineEvent& event);
+ virtual void OnSyncEngineEvent(const SyncEngineEvent& event) OVERRIDE;
sync_api::SyncManager::Status status() const;
« no previous file with comments | « chrome/browser/sync/abstract_profile_sync_service_test.h ('k') | chrome/browser/sync/engine/apply_updates_command.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698