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

Unified Diff: webkit/glue/weburlrequest_extradata_impl.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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 | « webkit/glue/webthread_impl.cc ('k') | webkit/glue/worker_task_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/weburlrequest_extradata_impl.h
diff --git a/webkit/glue/weburlrequest_extradata_impl.h b/webkit/glue/weburlrequest_extradata_impl.h
index d4b2c194b6c14d3448ddbb79cb69f82ffcf43324..ad8652052f0b04c5eeef1642bd008208b092ae91 100644
--- a/webkit/glue/weburlrequest_extradata_impl.h
+++ b/webkit/glue/weburlrequest_extradata_impl.h
@@ -23,9 +23,8 @@ class WEBKIT_GLUE_EXPORT WebURLRequestExtraDataImpl :
// override and an empty string to indicate that there should be no user
// agent. This needs to be here, instead of content's |RequestExtraData| since
// ppb_url_request_info_impl.cc needs to be able to set it.
- explicit WebURLRequestExtraDataImpl(
- WebKit::WebReferrerPolicy referrer_policy,
- const WebKit::WebString& custom_user_agent);
+ WebURLRequestExtraDataImpl(WebKit::WebReferrerPolicy referrer_policy,
+ const WebKit::WebString& custom_user_agent);
virtual ~WebURLRequestExtraDataImpl();
WebKit::WebReferrerPolicy referrer_policy() const { return referrer_policy_; }
« no previous file with comments | « webkit/glue/webthread_impl.cc ('k') | webkit/glue/worker_task_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698