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

Unified Diff: sync/test/local_sync_test_server.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/fake_sync_encryption_handler.h ('k') | sync/test/mock_invalidation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/local_sync_test_server.h
diff --git a/sync/test/local_sync_test_server.h b/sync/test/local_sync_test_server.h
index 4b29476cc8f877d5d0bccc29ec1211116459de5c..4c3c01f82c202fd9a25d46f6adff03f0705ae2a0 100644
--- a/sync/test/local_sync_test_server.h
+++ b/sync/test/local_sync_test_server.h
@@ -23,14 +23,12 @@ class LocalSyncTestServer : public net::LocalTestServer {
// |xmpp_port| for p2p notifications.
LocalSyncTestServer(uint16 port, uint16 xmpp_port);
- virtual ~LocalSyncTestServer();
+ ~LocalSyncTestServer() override;
// Overriden from net::LocalTestServer.
- virtual bool AddCommandLineArguments(
- base::CommandLine* command_line) const override;
- virtual bool SetPythonPath() const override;
- virtual bool GetTestServerPath(
- base::FilePath* testserver_path) const override;
+ bool AddCommandLineArguments(base::CommandLine* command_line) const override;
+ bool SetPythonPath() const override;
+ bool GetTestServerPath(base::FilePath* testserver_path) const override;
// Returns true if the path to |test_script_name| is successfully stored in
// |*test_script_path|. Used by the run_sync_testserver executable.
« no previous file with comments | « sync/test/fake_sync_encryption_handler.h ('k') | sync/test/mock_invalidation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698