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

Unified Diff: sky/engine/web/EditorClientImpl.h

Issue 727933002: Remove FINAL macro to make chromium presubmit happy (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/web/ChromeClientImpl.h ('k') | sky/engine/web/FrameLoaderClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/EditorClientImpl.h
diff --git a/sky/engine/web/EditorClientImpl.h b/sky/engine/web/EditorClientImpl.h
index c4c8f4d5a30bee85a277148d066d8745d271eece..8e84ab56e680bb31ff7e125e68c1773d2e1a5f14 100644
--- a/sky/engine/web/EditorClientImpl.h
+++ b/sky/engine/web/EditorClientImpl.h
@@ -39,7 +39,7 @@ namespace blink {
class LocalFrame;
class WebViewImpl;
-class EditorClientImpl FINAL : public EditorClient {
+class EditorClientImpl final : public EditorClient {
public:
explicit EditorClientImpl(WebViewImpl*);
virtual ~EditorClientImpl();
« no previous file with comments | « sky/engine/web/ChromeClientImpl.h ('k') | sky/engine/web/FrameLoaderClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698