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

Unified Diff: content/test/mock_google_streaming_server.h

Issue 671663002: Standardize usage of virtual/override/final in content/ (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 | « content/test/content_test_suite.h ('k') | content/test/mock_render_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_google_streaming_server.h
diff --git a/content/test/mock_google_streaming_server.h b/content/test/mock_google_streaming_server.h
index b8064c149abffd7fca57aafd8ce6daa1f7e7ac51..43c0986a91968a28742e20e06d51b09996b1e391 100644
--- a/content/test/mock_google_streaming_server.h
+++ b/content/test/mock_google_streaming_server.h
@@ -32,9 +32,9 @@ class MockGoogleStreamingServer : public net::TestURLFetcherDelegateForTests {
virtual ~MockGoogleStreamingServer();
// net::TestURLFetcherDelegateForTests implementation.
- virtual void OnRequestStart(int fetcher_id) override;
- virtual void OnChunkUpload(int fetcher_id) override;
- virtual void OnRequestEnd(int fetcher_id) override;
+ void OnRequestStart(int fetcher_id) override;
+ void OnChunkUpload(int fetcher_id) override;
+ void OnRequestEnd(int fetcher_id) override;
void SimulateResult(const content::SpeechRecognitionResult& result);
void SimulateServerFailure();
« no previous file with comments | « content/test/content_test_suite.h ('k') | content/test/mock_render_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698