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

Unified Diff: chrome/browser/chromeos/gdata/operations_base.h

Issue 10878023: Specify 'explicit' for one-parameter constructor in operations_base.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/operations_base.h
diff --git a/chrome/browser/chromeos/gdata/operations_base.h b/chrome/browser/chromeos/gdata/operations_base.h
index d5ee3d7c36b0a2fcecdb36c0998cd5205ab94656..b7532c89046a2006a4e7ee1c0750fff5d7e206ea 100644
--- a/chrome/browser/chromeos/gdata/operations_base.h
+++ b/chrome/browser/chromeos/gdata/operations_base.h
@@ -97,7 +97,7 @@ class UrlFetchOperationBase : public GDataOperationInterface,
const ReAuthenticateCallback& callback) OVERRIDE;
protected:
- UrlFetchOperationBase(OperationRegistry* registry);
+ explicit UrlFetchOperationBase(OperationRegistry* registry);
UrlFetchOperationBase(OperationRegistry* registry,
OperationRegistry::OperationType type,
const FilePath& path);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698