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

Unified Diff: Source/core/dom/RangeTest.cpp

Issue 633573004: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/dom (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/dom/Range.h ('k') | Source/core/dom/RawDataDocumentParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/RangeTest.cpp
diff --git a/Source/core/dom/RangeTest.cpp b/Source/core/dom/RangeTest.cpp
index c635e4b1b4697d24639c9d2c4e755ce27221e7ad..dca0f366772a7dc8ecba1e5f555e8c185a6027e8 100644
--- a/Source/core/dom/RangeTest.cpp
+++ b/Source/core/dom/RangeTest.cpp
@@ -25,7 +25,7 @@ namespace {
class RangeTest : public ::testing::Test {
protected:
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
HTMLDocument& document() const;
« no previous file with comments | « Source/core/dom/Range.h ('k') | Source/core/dom/RawDataDocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698