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

Unified Diff: components/leveldb_proto/testing/fake_db.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
« no previous file with comments | « components/leveldb_proto/proto_database_impl.h ('k') | components/metrics/daily_event_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb_proto/testing/fake_db.h
diff --git a/components/leveldb_proto/testing/fake_db.h b/components/leveldb_proto/testing/fake_db.h
index 8e57e0e26ae7331e8c4d6fbda064affb9238d0a4..3bcc70e7b593d592ba75bde14ea6fdfc9c1c4785 100644
--- a/components/leveldb_proto/testing/fake_db.h
+++ b/components/leveldb_proto/testing/fake_db.h
@@ -29,15 +29,15 @@ class FakeDB : public ProtoDatabase<T> {
virtual void Init(const base::FilePath& database_dir,
typename ProtoDatabase<T>::InitCallback callback)
- OVERRIDE;
+ override;
virtual void UpdateEntries(
scoped_ptr<typename ProtoDatabase<T>::KeyEntryVector> entries_to_save,
scoped_ptr<std::vector<std::string> > keys_to_remove,
- typename ProtoDatabase<T>::UpdateCallback callback) OVERRIDE;
+ typename ProtoDatabase<T>::UpdateCallback callback) override;
virtual void LoadEntries(typename ProtoDatabase<T>::LoadCallback callback)
- OVERRIDE;
+ override;
base::FilePath& GetDirectory();
void InitCallback(bool success);
« no previous file with comments | « components/leveldb_proto/proto_database_impl.h ('k') | components/metrics/daily_event_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698