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

Unified Diff: content/renderer/pepper/pepper_file_chooser_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
« no previous file with comments | « content/renderer/p2p/socket_dispatcher.h ('k') | content/renderer/pepper/pepper_in_process_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_file_chooser_host.cc
diff --git a/content/renderer/pepper/pepper_file_chooser_host.cc b/content/renderer/pepper/pepper_file_chooser_host.cc
index 72a5c1fe2a1901c111bfc5e504c9eb525b5d5342..19c3b1833475103c81f68224c80e6e5e54ae256a 100644
--- a/content/renderer/pepper/pepper_file_chooser_host.cc
+++ b/content/renderer/pepper/pepper_file_chooser_host.cc
@@ -25,7 +25,7 @@ namespace content {
class PepperFileChooserHost::CompletionHandler
: public WebKit::WebFileChooserCompletion {
public:
- CompletionHandler(const base::WeakPtr<PepperFileChooserHost>& host)
+ explicit CompletionHandler(const base::WeakPtr<PepperFileChooserHost>& host)
: host_(host) {
}
@@ -169,4 +169,3 @@ int32_t PepperFileChooserHost::OnShow(
}
} // namespace content
-
« no previous file with comments | « content/renderer/p2p/socket_dispatcher.h ('k') | content/renderer/pepper/pepper_in_process_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698