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

Unified Diff: chrome/browser/sync/glue/local_device_info_provider_impl.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months 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/glue/local_device_info_provider_impl.h
diff --git a/chrome/browser/sync/glue/local_device_info_provider_impl.h b/chrome/browser/sync/glue/local_device_info_provider_impl.h
index 7b91fc49dd79bfc6fab92a1ad04c57ff69515c90..a4bdc9cb011c12c127e4fbffe3508b2629ada006 100644
--- a/chrome/browser/sync/glue/local_device_info_provider_impl.h
+++ b/chrome/browser/sync/glue/local_device_info_provider_impl.h
@@ -22,13 +22,13 @@ class LocalDeviceInfoProviderImpl
virtual ~LocalDeviceInfoProviderImpl();
// LocalDeviceInfoProvider implementation.
- virtual const sync_driver::DeviceInfo* GetLocalDeviceInfo() const OVERRIDE;
- virtual std::string GetLocalSyncCacheGUID() const OVERRIDE;
+ virtual const sync_driver::DeviceInfo* GetLocalDeviceInfo() const override;
+ virtual std::string GetLocalSyncCacheGUID() const override;
virtual void Initialize(
const std::string& cache_guid,
- const std::string& signin_scoped_device_id) OVERRIDE;
+ const std::string& signin_scoped_device_id) override;
virtual scoped_ptr<Subscription> RegisterOnInitializedCallback(
- const base::Closure& callback) OVERRIDE;
+ const base::Closure& callback) override;
// Helper to construct a user agent string (ASCII) suitable for use by
// the syncapi for any HTTP communication. This string is used by the sync
« no previous file with comments | « chrome/browser/sync/glue/invalidation_adapter.h ('k') | chrome/browser/sync/glue/local_device_info_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698