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

Unified Diff: mojo/services/html_viewer/mojo_blink_platform_impl.h

Issue 1037363002: Remove unnecessary 'virtual' annotation from mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix indentation Created 5 years, 9 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: mojo/services/html_viewer/mojo_blink_platform_impl.h
diff --git a/mojo/services/html_viewer/mojo_blink_platform_impl.h b/mojo/services/html_viewer/mojo_blink_platform_impl.h
index aeb632d756c09feccd049524bcbd824266955d4a..fb5700b9b50288b4e2282e17361d9d227804258c 100644
--- a/mojo/services/html_viewer/mojo_blink_platform_impl.h
+++ b/mojo/services/html_viewer/mojo_blink_platform_impl.h
@@ -25,8 +25,8 @@ class MojoBlinkPlatformImpl : public BlinkPlatformImpl {
private:
// BlinkPlatform
- virtual blink::WebURLLoader* createURLLoader() override;
- virtual blink::WebSocketHandle* createWebSocketHandle() override;
+ blink::WebURLLoader* createURLLoader() override;
+ blink::WebSocketHandle* createWebSocketHandle() override;
mojo::NetworkServicePtr network_service_;
scoped_ptr<WebCookieJarImpl> cookie_jar_;

Powered by Google App Engine
This is Rietveld 408576698