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

Unified Diff: remoting/client/client_context.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 | « remoting/base/rate_counter.h ('k') | remoting/client/frame_consumer_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/client_context.h
diff --git a/remoting/client/client_context.h b/remoting/client/client_context.h
index 19c36f3c3564d7654d9561e81100a237b244a721..aad7b7c6d977892347f6eeae3a5e5a059cd562a8 100644
--- a/remoting/client/client_context.h
+++ b/remoting/client/client_context.h
@@ -21,7 +21,7 @@ class ClientContext {
public:
// |main_task_runner| is the task runner for the main plugin thread
// that is used for all PPAPI calls, e.g. network and graphics.
- ClientContext(base::SingleThreadTaskRunner* main_task_runner);
+ explicit ClientContext(base::SingleThreadTaskRunner* main_task_runner);
virtual ~ClientContext();
void Start();
« no previous file with comments | « remoting/base/rate_counter.h ('k') | remoting/client/frame_consumer_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698