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

Unified Diff: Source/core/inspector/ConsoleMessageStorage.h

Issue 638553002: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed Nits 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/inspector/ConsoleMessage.h ('k') | Source/core/inspector/DOMEditor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/ConsoleMessageStorage.h
diff --git a/Source/core/inspector/ConsoleMessageStorage.h b/Source/core/inspector/ConsoleMessageStorage.h
index aeeb6577e11bdc6f96d33081cb91ab19dd27000f..b73dea2587a789849a7d28c309f540702d07dbb4 100644
--- a/Source/core/inspector/ConsoleMessageStorage.h
+++ b/Source/core/inspector/ConsoleMessageStorage.h
@@ -14,7 +14,7 @@ namespace blink {
class LocalDOMWindow;
class WorkerGlobalScopeProxy;
-class ConsoleMessageStorage FINAL : public NoBaseWillBeGarbageCollected<ConsoleMessageStorage> {
+class ConsoleMessageStorage final : public NoBaseWillBeGarbageCollected<ConsoleMessageStorage> {
WTF_MAKE_NONCOPYABLE(ConsoleMessageStorage);
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
public:
« no previous file with comments | « Source/core/inspector/ConsoleMessage.h ('k') | Source/core/inspector/DOMEditor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698