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

Unified Diff: chrome_frame/custom_sync_call_context.h

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/service/cloud_print/print_system_cups.cc ('k') | chrome_frame/test/net/test_automation_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/custom_sync_call_context.h
diff --git a/chrome_frame/custom_sync_call_context.h b/chrome_frame/custom_sync_call_context.h
index 87eb07562ef02c1cd5c2836138659bbe0c23ca8e..9bdce8710a1b0667c5c40e5f987fdc2dcec44436 100644
--- a/chrome_frame/custom_sync_call_context.h
+++ b/chrome_frame/custom_sync_call_context.h
@@ -65,7 +65,7 @@ class UnloadContext
: public SyncMessageReplyDispatcher::SyncMessageCallContext {
public:
typedef Tuple1<bool> output_type;
- explicit UnloadContext(base::WaitableEvent* unload_done, bool* should_unload)
+ UnloadContext(base::WaitableEvent* unload_done, bool* should_unload)
: should_unload_(should_unload),
unload_done_(unload_done) {
}
« no previous file with comments | « chrome/service/cloud_print/print_system_cups.cc ('k') | chrome_frame/test/net/test_automation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698