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

Unified Diff: chrome/test/chromedriver/chrome/devtools_event_logger_unittest.cc

Issue 14696007: Warn on missing OVERRIDE/virtual everywhere, not just in header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new regressions, attempt 3 Created 7 years, 8 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
Index: chrome/test/chromedriver/chrome/devtools_event_logger_unittest.cc
diff --git a/chrome/test/chromedriver/chrome/devtools_event_logger_unittest.cc b/chrome/test/chromedriver/chrome/devtools_event_logger_unittest.cc
index d6920a036df53d5ab23ed4f9d8ef3f181295badc..d13492a6552498eee4afb5bba9321afd63d76165 100644
--- a/chrome/test/chromedriver/chrome/devtools_event_logger_unittest.cc
+++ b/chrome/test/chromedriver/chrome/devtools_event_logger_unittest.cc
@@ -51,7 +51,7 @@ class FakeDevToolsClient : public StubDevToolsClient {
listener_ = listener;
}
- const std::string& GetId() OVERRIDE {
+ virtual const std::string& GetId() OVERRIDE {
return id_;
}
« no previous file with comments | « chrome/common/extensions/features/base_feature_provider.cc ('k') | chromeos/dbus/experimental_bluetooth_adapter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698