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

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

Issue 1090953002: Small cleanups in the Mojo HTML viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « mojo/services/html_viewer/mojo_blink_platform_impl.h ('k') | mojo/services/html_viewer/webclipboard_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/test_blink_platform_impl.h
diff --git a/mojo/services/html_viewer/test_blink_platform_impl.h b/mojo/services/html_viewer/test_blink_platform_impl.h
index 8745c6f0e87bae380dd6c007c4fb5f10d2735db2..8790e4dec8c1bc75bfc5dcf30a99f6c2a4411f7b 100644
--- a/mojo/services/html_viewer/test_blink_platform_impl.h
+++ b/mojo/services/html_viewer/test_blink_platform_impl.h
@@ -19,8 +19,8 @@ class TestBlinkPlatformImpl : public BlinkPlatformImpl {
private:
// blink::Platform methods:
- blink::WebCookieJar* cookieJar() override;
- blink::WebClipboard* clipboard() override;
+ virtual blink::WebCookieJar* cookieJar();
+ virtual blink::WebClipboard* clipboard();
blink::WebClipboard clipboard_;
blink::WebCookieJar cookie_jar_;
« no previous file with comments | « mojo/services/html_viewer/mojo_blink_platform_impl.h ('k') | mojo/services/html_viewer/webclipboard_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698