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

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

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/heap_snapshot_taker_unittest.cc
diff --git a/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc b/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc
index 2c73ea0320b85a75fa8ce2a0bf63dd2168ef785c..a5e4e2cc2163ac6edfd88a47791d6ac3f563981b 100644
--- a/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc
+++ b/chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc
@@ -49,7 +49,7 @@ class DummyDevToolsClient : public StubDevToolsClient {
// Overridden from DevToolsClient:
virtual Status SendCommand(const std::string& method,
- const base::DictionaryValue& params) OVERRIDE {
+ const base::DictionaryValue& params) override {
if (!disabled_)
disabled_ = method == "Debugger.disable";
if (method == method_ && !error_after_events_)
« no previous file with comments | « chrome/test/chromedriver/chrome/heap_snapshot_taker.h ('k') | chrome/test/chromedriver/chrome/javascript_dialog_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698