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

Unified Diff: sync/test/engine/fake_model_worker.h

Issue 629733002: replace OVERRIDE and FINAL with override and final in sync/ (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
« no previous file with comments | « sync/test/accounts_client/url_request_context_getter.h ('k') | sync/test/engine/fake_sync_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/fake_model_worker.h
diff --git a/sync/test/engine/fake_model_worker.h b/sync/test/engine/fake_model_worker.h
index 9c621be7bac2d44460ce2c64269b321b118e411e..c85b666c657dfebb4b019f019343fd878637447e 100644
--- a/sync/test/engine/fake_model_worker.h
+++ b/sync/test/engine/fake_model_worker.h
@@ -22,12 +22,12 @@ class FakeModelWorker : public ModelSafeWorker, public base::NonThreadSafe {
explicit FakeModelWorker(ModelSafeGroup group);
// ModelSafeWorker implementation.
- virtual void RegisterForLoopDestruction() OVERRIDE;
- virtual ModelSafeGroup GetModelSafeGroup() OVERRIDE;
+ virtual void RegisterForLoopDestruction() override;
+ virtual ModelSafeGroup GetModelSafeGroup() override;
protected:
virtual SyncerError DoWorkAndWaitUntilDoneImpl(
- const WorkCallback& work) OVERRIDE;
+ const WorkCallback& work) override;
private:
virtual ~FakeModelWorker();
« no previous file with comments | « sync/test/accounts_client/url_request_context_getter.h ('k') | sync/test/engine/fake_sync_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698