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

Unified Diff: android_webview/browser/aw_content_browser_client.h

Issue 2935533002: Fix wrong explicit marked for zero-parameter constructor (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | android_webview/browser/aw_javascript_dialog_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_content_browser_client.h
diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h
index eb1ba34d42dcb99f69c8dc4a5a635346c88cf118..3ca130c56d895423154dd708dd7f6e4c3ea06946 100644
--- a/android_webview/browser/aw_content_browser_client.h
+++ b/android_webview/browser/aw_content_browser_client.h
@@ -25,7 +25,7 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
// Deprecated: use AwBrowserContext::GetDefault() instead.
static AwBrowserContext* GetAwBrowserContext();
- explicit AwContentBrowserClient();
+ AwContentBrowserClient();
~AwContentBrowserClient() override;
// Allows AwBrowserMainParts to initialize a BrowserContext at the right
« no previous file with comments | « no previous file | android_webview/browser/aw_javascript_dialog_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698