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

Unified Diff: Source/core/testing/MockPagePopupDriver.cpp

Issue 636913002: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/testing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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
« no previous file with comments | « Source/core/testing/MockPagePopupDriver.h ('k') | Source/core/testing/NullExecutionContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/MockPagePopupDriver.cpp
diff --git a/Source/core/testing/MockPagePopupDriver.cpp b/Source/core/testing/MockPagePopupDriver.cpp
index da705ba19446921e55de4cf4e7c8e9a48510382b..aaaff31f1649430d4f91800afcc515d6de8f2657 100644
--- a/Source/core/testing/MockPagePopupDriver.cpp
+++ b/Source/core/testing/MockPagePopupDriver.cpp
@@ -49,7 +49,7 @@ public:
private:
MockPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView, LocalFrame*);
void close(Timer<MockPagePopup>*);
- virtual AXObject* rootAXObject() OVERRIDE { return 0; }
+ virtual AXObject* rootAXObject() override { return 0; }
PagePopupClient* m_popupClient;
RefPtrWillBePersistent<HTMLIFrameElement> m_iframe;
« no previous file with comments | « Source/core/testing/MockPagePopupDriver.h ('k') | Source/core/testing/NullExecutionContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698