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

Unified Diff: chrome/test/base/find_in_page_observer.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/base/find_in_page_observer.h
diff --git a/chrome/test/base/find_in_page_observer.h b/chrome/test/base/find_in_page_observer.h
index d6eae3c6babdf7f5f8e52c813bd4df06b91492c5..82e00f9604964fc957dd3df1b6088ca15522ac48 100644
--- a/chrome/test/base/find_in_page_observer.h
+++ b/chrome/test/base/find_in_page_observer.h
@@ -39,7 +39,7 @@ class FindInPageNotificationObserver : public content::NotificationObserver {
private:
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
content::NotificationRegistrar registrar_;
// We will at some point (before final update) be notified of the ordinal and
« no previous file with comments | « chrome/test/base/extension_load_waiter_one_shot.h ('k') | chrome/test/base/history_index_restore_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698