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

Unified Diff: chrome/test/chromedriver/chrome/debugger_tracker.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/debugger_tracker.h
diff --git a/chrome/test/chromedriver/chrome/debugger_tracker.h b/chrome/test/chromedriver/chrome/debugger_tracker.h
index 568c42d3aa854a27ebc55a6003c199a749e1a90d..a1d5f39b6fc3bb9fce7085c70fe84fbbc3e6b4d7 100644
--- a/chrome/test/chromedriver/chrome/debugger_tracker.h
+++ b/chrome/test/chromedriver/chrome/debugger_tracker.h
@@ -27,7 +27,7 @@ class DebuggerTracker : public DevToolsEventListener {
// Overridden from DevToolsEventListener:
virtual Status OnEvent(DevToolsClient* client,
const std::string& method,
- const base::DictionaryValue& params) OVERRIDE;
+ const base::DictionaryValue& params) override;
private:
DISALLOW_COPY_AND_ASSIGN(DebuggerTracker);
« no previous file with comments | « chrome/test/chromedriver/chrome/console_logger_unittest.cc ('k') | chrome/test/chromedriver/chrome/device_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698