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

Unified Diff: content/public/test/browser_test_utils.cc

Issue 637183002: Replace FINAL and OVERRIDE with their C++11 counterparts in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch 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: content/public/test/browser_test_utils.cc
diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc
index 1017c75f77749e33633e73ea255f3c3fa1a218b1..2ec331b44637cbe21a40be14f372bed7208e0152 100644
--- a/content/public/test/browser_test_utils.cc
+++ b/content/public/test/browser_test_utils.cc
@@ -107,10 +107,10 @@ class InterstitialObserver : public content::WebContentsObserver {
virtual ~InterstitialObserver() {}
// WebContentsObserver methods:
- virtual void DidAttachInterstitialPage() OVERRIDE {
+ virtual void DidAttachInterstitialPage() override {
attach_callback_.Run();
}
- virtual void DidDetachInterstitialPage() OVERRIDE {
+ virtual void DidDetachInterstitialPage() override {
detach_callback_.Run();
}
« no previous file with comments | « content/public/browser/screen_orientation_provider.h ('k') | content/shell/app/shell_crash_reporter_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698