| 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,
|
|
|