| 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);
|
|
|