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

Unified Diff: remoting/protocol/content_description.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 | « remoting/client/plugin/chromoting_scriptable_object.h ('k') | sandbox/src/crosscall_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/content_description.h
diff --git a/remoting/protocol/content_description.h b/remoting/protocol/content_description.h
index f4cb97b8e947f8ef13904531afaa0a929771c714..678da314ca7eaeb081f6a2e117b2526c6528e275 100644
--- a/remoting/protocol/content_description.h
+++ b/remoting/protocol/content_description.h
@@ -26,10 +26,10 @@ namespace protocol {
// interface does not need to depend on libjingle.
class ContentDescription : public cricket::ContentDescription {
public:
- explicit ContentDescription(const CandidateSessionConfig* config,
- const std::string& auth_token,
- const std::string& master_key,
- const std::string& certificate);
+ ContentDescription(const CandidateSessionConfig* config,
+ const std::string& auth_token,
+ const std::string& master_key,
+ const std::string& certificate);
virtual ~ContentDescription();
const CandidateSessionConfig* config() const {
« no previous file with comments | « remoting/client/plugin/chromoting_scriptable_object.h ('k') | sandbox/src/crosscall_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698