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

Unified Diff: content/browser/worker_host/worker_process_host.cc

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
Index: content/browser/worker_host/worker_process_host.cc
diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
index eaf34fafac8f06b050c7e9ead1ebab4d6e0f2e28..2db4afd7c7f8624621ba66fbb18f00032f1d810c 100644
--- a/content/browser/worker_host/worker_process_host.cc
+++ b/content/browser/worker_host/worker_process_host.cc
@@ -60,7 +60,7 @@ namespace {
class URLRequestContextSelector
: public ResourceMessageFilter::URLRequestContextSelector {
public:
- explicit URLRequestContextSelector(
+ URLRequestContextSelector(
net::URLRequestContextGetter* url_request_context,
net::URLRequestContextGetter* media_url_request_context)
: url_request_context_(url_request_context),

Powered by Google App Engine
This is Rietveld 408576698