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

Unified Diff: components/sync_driver/fake_data_type_controller.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/sync_driver/fake_data_type_controller.h
diff --git a/components/sync_driver/fake_data_type_controller.h b/components/sync_driver/fake_data_type_controller.h
index a84bc27257bad2237d2dad39fa0853901ed9b1c6..1716efa9b62d23da2d66d3a2730a7a7e600910e3 100644
--- a/components/sync_driver/fake_data_type_controller.h
+++ b/components/sync_driver/fake_data_type_controller.h
@@ -24,18 +24,18 @@ class FakeDataTypeController : public DataTypeController {
explicit FakeDataTypeController(syncer::ModelType type);
virtual void LoadModels(
- const ModelLoadCallback& model_load_callback) OVERRIDE;
- virtual void OnModelLoaded() OVERRIDE;
- virtual void StartAssociating(const StartCallback& start_callback) OVERRIDE;
- virtual void Stop() OVERRIDE;
- virtual syncer::ModelType type() const OVERRIDE;
- virtual std::string name() const OVERRIDE;
- virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
- virtual ChangeProcessor* GetChangeProcessor() const OVERRIDE;
- virtual State state() const OVERRIDE;
+ const ModelLoadCallback& model_load_callback) override;
+ virtual void OnModelLoaded() override;
+ virtual void StartAssociating(const StartCallback& start_callback) override;
+ virtual void Stop() override;
+ virtual syncer::ModelType type() const override;
+ virtual std::string name() const override;
+ virtual syncer::ModelSafeGroup model_safe_group() const override;
+ virtual ChangeProcessor* GetChangeProcessor() const override;
+ virtual State state() const override;
virtual void OnSingleDataTypeUnrecoverableError(
- const syncer::SyncError& error) OVERRIDE;
- virtual bool ReadyForStart() const OVERRIDE;
+ const syncer::SyncError& error) override;
+ virtual bool ReadyForStart() const override;
void FinishStart(ConfigureResult result);
« no previous file with comments | « components/sync_driver/device_info_sync_service_unittest.cc ('k') | components/sync_driver/fake_generic_change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698