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

Unified Diff: chrome/browser/google_apis/operations_base.h

Issue 10939011: Reland "Revert 156830 - drive: Stop exposing operation_registry() from DriveServiceInterface" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: chrome/browser/google_apis/operations_base.h
diff --git a/chrome/browser/google_apis/operations_base.h b/chrome/browser/google_apis/operations_base.h
index 7004d72022c79b71354e0010cd07d11dd8ef7d1b..2174bc56d0eea631eff363155f90e919b694703a 100644
--- a/chrome/browser/google_apis/operations_base.h
+++ b/chrome/browser/google_apis/operations_base.h
@@ -101,7 +101,7 @@ class UrlFetchOperationBase : public AuthenticatedOperationInterface,
protected:
explicit UrlFetchOperationBase(OperationRegistry* registry);
UrlFetchOperationBase(OperationRegistry* registry,
- OperationRegistry::OperationType type,
+ OperationType type,
const FilePath& path);
virtual ~UrlFetchOperationBase();
« no previous file with comments | « chrome/browser/google_apis/operation_registry_unittest.cc ('k') | chrome/browser/google_apis/operations_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698