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

Unified Diff: content/shell/test_runner/web_widget_test_client.h

Issue 2773003002: Make the WebWidgetClient parameter a ref so it's not legal to pass a nullptr. (Closed)
Patch Set: WebViewClient dtor now overrides the virtual dtor in WebWidgetClient. Created 3 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: content/shell/test_runner/web_widget_test_client.h
diff --git a/content/shell/test_runner/web_widget_test_client.h b/content/shell/test_runner/web_widget_test_client.h
index d1d01a97a217330c4241461d86c06606d4ea0a8f..b6efdfa66afffed0b964e4ac5cf8c403ca4edb34 100644
--- a/content/shell/test_runner/web_widget_test_client.h
+++ b/content/shell/test_runner/web_widget_test_client.h
@@ -27,7 +27,7 @@ class WebWidgetTestClient : public blink::WebWidgetClient {
// live longer than |this|.
WebWidgetTestClient(WebWidgetTestProxyBase* web_widget_test_proxy_base);
- virtual ~WebWidgetTestClient();
+ ~WebWidgetTestClient() override;
// WebWidgetClient overrides needed by WebWidgetTestProxy.
blink::WebScreenInfo screenInfo() override;
« no previous file with comments | « content/shell/test_runner/web_view_test_client.h ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698