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

Unified Diff: chrome/test/chromedriver/chrome/heap_snapshot_taker.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/heap_snapshot_taker.h
diff --git a/chrome/test/chromedriver/chrome/heap_snapshot_taker.h b/chrome/test/chromedriver/chrome/heap_snapshot_taker.h
index d9ea5925c7604bc679b65b8b43c8e5d42b6dc8c4..06b8c250af29749caad86ef0461b10791380bc1d 100644
--- a/chrome/test/chromedriver/chrome/heap_snapshot_taker.h
+++ b/chrome/test/chromedriver/chrome/heap_snapshot_taker.h
@@ -31,7 +31,7 @@ class HeapSnapshotTaker : 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:
Status TakeSnapshotInternal();

Powered by Google App Engine
This is Rietveld 408576698