Index: chrome/browser/google_apis/base_operations.h |
diff --git a/chrome/browser/google_apis/base_operations.h b/chrome/browser/google_apis/base_operations.h |
index e2cc58300515531c529e8c96818a795479d6d3ca..2dc2dab41b3fec3f6e0e835be312f28532006ebc 100644 |
--- a/chrome/browser/google_apis/base_operations.h |
+++ b/chrome/browser/google_apis/base_operations.h |
@@ -94,7 +94,7 @@ class UrlFetchOperationBase : public AuthenticatedOperationInterface, |
virtual base::WeakPtr<AuthenticatedOperationInterface> GetWeakPtr() OVERRIDE; |
protected: |
- explicit UrlFetchOperationBase( |
+ UrlFetchOperationBase( |
OperationRegistry* registry, |
net::URLRequestContextGetter* url_request_context_getter); |
// Use this constructor when you need to implement operations that take a |