| 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);
|
|
|