| Index: chrome/browser/chromeos/gdata/mock_gdata_documents_service.h
|
| diff --git a/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h b/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h
|
| index 95419ec011d6e717b74cb509b6fe20a94ca55710..178bc485e29ef58301c2bec661a8445bf1d0d5a8 100644
|
| --- a/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h
|
| +++ b/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h
|
| @@ -27,7 +27,7 @@ class MockDocumentsService : public DocumentsServiceInterface {
|
| virtual ~MockDocumentsService();
|
|
|
| // DocumentServiceInterface overrides.
|
| - MOCK_METHOD1(Initialize, void(Profile* profile));
|
| + MOCK_METHOD2(Initialize, void(Profile* profile, bool use_drive_api));
|
| MOCK_CONST_METHOD0(operation_registry, GDataOperationRegistry*());
|
| MOCK_METHOD0(CancelAll, void(void));
|
| MOCK_METHOD1(Authenticate, void(const AuthStatusCallback& callback));
|
|
|