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

Unified Diff: chrome/service/cloud_print/cloud_print_proxy_backend.cc

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « chrome/common/json_pref_store.cc ('k') | chrome/service/cloud_print/print_system_cups.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/cloud_print_proxy_backend.cc
diff --git a/chrome/service/cloud_print/cloud_print_proxy_backend.cc b/chrome/service/cloud_print/cloud_print_proxy_backend.cc
index 7e6b3b17de20a3ef3eb7efb30b426945bbaf7fba..f76c2ce44cfef300fbc30347d16d76ce2bb621a9 100644
--- a/chrome/service/cloud_print/cloud_print_proxy_backend.cc
+++ b/chrome/service/cloud_print/cloud_print_proxy_backend.cc
@@ -44,11 +44,11 @@ class CloudPrintProxyBackend::Core
public:
// It is OK for print_server_url to be empty. In this case system should
// use system default (local) print server.
- explicit Core(CloudPrintProxyBackend* backend,
- const GURL& cloud_print_server_url,
- const DictionaryValue* print_system_settings,
- const gaia::OAuthClientInfo& oauth_client_info,
- bool enable_job_poll);
+ Core(CloudPrintProxyBackend* backend,
+ const GURL& cloud_print_server_url,
+ const DictionaryValue* print_system_settings,
+ const gaia::OAuthClientInfo& oauth_client_info,
+ bool enable_job_poll);
// Note:
//
« no previous file with comments | « chrome/common/json_pref_store.cc ('k') | chrome/service/cloud_print/print_system_cups.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698