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

Unified Diff: chrome/test/chromedriver/chrome/console_logger.h

Issue 637933002: Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/test (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
Index: chrome/test/chromedriver/chrome/console_logger.h
diff --git a/chrome/test/chromedriver/chrome/console_logger.h b/chrome/test/chromedriver/chrome/console_logger.h
index 4efdcf3c54ca2eb8a1c9959ad676c7a5888c8b0d..f8a957edb62c1e06c7c46a7aba4f52156a4a1c69 100644
--- a/chrome/test/chromedriver/chrome/console_logger.h
+++ b/chrome/test/chromedriver/chrome/console_logger.h
@@ -24,11 +24,11 @@ class ConsoleLogger : public DevToolsEventListener {
explicit ConsoleLogger(Log* log);
// Enables Console events for the client, which must not be null.
- virtual Status OnConnected(DevToolsClient* client) OVERRIDE;
+ virtual Status OnConnected(DevToolsClient* client) override;
// Translates an event into a log entry.
virtual Status OnEvent(DevToolsClient* client,
const std::string& method,
- const base::DictionaryValue& params) OVERRIDE;
+ const base::DictionaryValue& params) override;
private:
Log* log_; // The log where to create entries.
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome_remote_impl.h ('k') | chrome/test/chromedriver/chrome/console_logger_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698