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

Unified Diff: chrome/browser/google_apis/gdata_operations_unittest.cc

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
« no previous file with comments | « chrome/browser/google_apis/gdata_operations.cc ('k') | chrome/browser/google_apis/operation_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/gdata_operations_unittest.cc
diff --git a/chrome/browser/google_apis/gdata_operations_unittest.cc b/chrome/browser/google_apis/gdata_operations_unittest.cc
index 25a21e972f3e73e6edb002629eeb41a94884d3fb..b1cedc0c291153785f4829631c3cb732e7c83b11 100644
--- a/chrome/browser/google_apis/gdata_operations_unittest.cc
+++ b/chrome/browser/google_apis/gdata_operations_unittest.cc
@@ -36,7 +36,7 @@ class JsonParseTestGetDataOperation : public GetDataOperation {
}
void NotifyFailure() {
- NotifyFinish(OperationRegistry::OPERATION_FAILED);
+ NotifyFinish(OPERATION_FAILED);
}
protected:
« no previous file with comments | « chrome/browser/google_apis/gdata_operations.cc ('k') | chrome/browser/google_apis/operation_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698