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

Unified Diff: chrome/browser/sync/notifier/chrome_invalidation_client.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/internal_api/write_transaction.h ('k') | chrome/browser/sync/notifier/p2p_notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/notifier/chrome_invalidation_client.h
diff --git a/chrome/browser/sync/notifier/chrome_invalidation_client.h b/chrome/browser/sync/notifier/chrome_invalidation_client.h
index 6b7e69f55a5f5c3762b8d56627aa7407a6771e46..27a6165c0cfa30d89da5192d23fd93ca88c76769 100644
--- a/chrome/browser/sync/notifier/chrome_invalidation_client.h
+++ b/chrome/browser/sync/notifier/chrome_invalidation_client.h
@@ -85,7 +85,7 @@ class ChromeInvalidationClient
// notifications for. May be called at any time.
void RegisterTypes(const syncable::ModelTypeSet& types);
- virtual void WriteState(const std::string& state);
+ virtual void WriteState(const std::string& state) OVERRIDE;
// invalidation::InvalidationListener implementation.
virtual void Ready(
« no previous file with comments | « chrome/browser/sync/internal_api/write_transaction.h ('k') | chrome/browser/sync/notifier/p2p_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698