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

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

Issue 10837338: Remove "GData" prefix from non-GData specific classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. 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
Index: chrome/browser/chromeos/gdata/mock_drive_service.h
diff --git a/chrome/browser/chromeos/gdata/mock_drive_service.h b/chrome/browser/chromeos/gdata/mock_drive_service.h
index 10681e05d94857da83697e49e643b5911c0b95ce..6a56a1c0ae143a4dd540601298657ecccfb27508 100644
--- a/chrome/browser/chromeos/gdata/mock_drive_service.h
+++ b/chrome/browser/chromeos/gdata/mock_drive_service.h
@@ -26,7 +26,7 @@ class MockDriveService : public DriveServiceInterface {
// DriveServiceInterface overrides.
MOCK_METHOD1(Initialize, void(Profile* profile));
- MOCK_CONST_METHOD0(operation_registry, GDataOperationRegistry*());
+ MOCK_CONST_METHOD0(operation_registry, OperationRegistry*());
MOCK_METHOD0(CancelAll, void(void));
MOCK_METHOD1(Authenticate, void(const AuthStatusCallback& callback));
MOCK_METHOD5(GetDocuments, void(const GURL& feed_url,
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_wapi_service.cc ('k') | chrome/browser/chromeos/gdata/operation_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698