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

Unified Diff: sync/test/test_directory_backing_store.h

Issue 642023004: Standardize usage of virtual/override/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/sessions/mock_debug_info_getter.h ('k') | sync/test/test_transaction_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/test_directory_backing_store.h
diff --git a/sync/test/test_directory_backing_store.h b/sync/test/test_directory_backing_store.h
index d26bf8d31a543675442c6d33cbd3d36d1aec9104..541528ee48405c706bca45043c3fcba2af16157b 100644
--- a/sync/test/test_directory_backing_store.h
+++ b/sync/test/test_directory_backing_store.h
@@ -24,11 +24,10 @@ class TestDirectoryBackingStore : public DirectoryBackingStore {
// DirectoryBackingStore's internals.
TestDirectoryBackingStore(const std::string& dir_name,
sql::Connection* connection);
- virtual ~TestDirectoryBackingStore();
- virtual DirOpenResult Load(
- Directory::MetahandlesMap* handles_map,
- JournalIndex* delete_journals,
- Directory::KernelLoadInfo* kernel_load_info) override;
+ ~TestDirectoryBackingStore() override;
+ DirOpenResult Load(Directory::MetahandlesMap* handles_map,
+ JournalIndex* delete_journals,
+ Directory::KernelLoadInfo* kernel_load_info) override;
FRIEND_TEST_ALL_PREFIXES(DirectoryBackingStoreTest, MigrateVersion67To68);
FRIEND_TEST_ALL_PREFIXES(DirectoryBackingStoreTest, MigrateVersion68To69);
« no previous file with comments | « sync/test/sessions/mock_debug_info_getter.h ('k') | sync/test/test_transaction_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698