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

Unified Diff: sync/test/engine/mock_connection_manager.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/engine/injectable_sync_context_proxy.h ('k') | sync/test/engine/mock_model_type_sync_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/mock_connection_manager.h
diff --git a/sync/test/engine/mock_connection_manager.h b/sync/test/engine/mock_connection_manager.h
index 43120803cd5e9913b8503fd9fa5297bcd32b9b21..19e483b4879cc90c8b0f77bb4ae3be3e76c15a4b 100644
--- a/sync/test/engine/mock_connection_manager.h
+++ b/sync/test/engine/mock_connection_manager.h
@@ -35,14 +35,13 @@ class MockConnectionManager : public ServerConnectionManager {
MockConnectionManager(syncable::Directory*,
CancelationSignal* signal);
- virtual ~MockConnectionManager();
+ ~MockConnectionManager() override;
// Overridden ServerConnectionManager functions.
- virtual bool PostBufferToPath(
- PostBufferParams*,
- const std::string& path,
- const std::string& auth_token,
- ScopedServerStatusWatcher* watcher) override;
+ bool PostBufferToPath(PostBufferParams*,
+ const std::string& path,
+ const std::string& auth_token,
+ ScopedServerStatusWatcher* watcher) override;
// Control of commit response.
// NOTE: Commit callback is invoked only once then reset.
« no previous file with comments | « sync/test/engine/injectable_sync_context_proxy.h ('k') | sync/test/engine/mock_model_type_sync_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698