Index: chrome/browser/chromeos/drive/mock_file_system.h |
diff --git a/chrome/browser/chromeos/drive/mock_file_system.h b/chrome/browser/chromeos/drive/mock_file_system.h |
index b9b06dcb6add5ca8320f7fd0af3347260aa5b225..d28c39641c97a60c81382a3a2550399e0ad752b0 100644 |
--- a/chrome/browser/chromeos/drive/mock_file_system.h |
+++ b/chrome/browser/chromeos/drive/mock_file_system.h |
@@ -81,7 +81,7 @@ class MockFileSystem : public FileSystemInterface { |
MOCK_METHOD4( |
GetFileByResourceId, |
void(const std::string& resource_id, |
- const DriveClientContext& context, |
+ const ClientContext& context, |
const GetFileCallback& get_file_callback, |
const google_apis::GetContentCallback& get_content_callback)); |
MOCK_METHOD4( |
@@ -92,7 +92,7 @@ class MockFileSystem : public FileSystemInterface { |
const FileOperationCallback& completion_callback)); |
MOCK_METHOD3(UpdateFileByResourceId, |
void(const std::string& resource_id, |
- const DriveClientContext& context, |
+ const ClientContext& context, |
const FileOperationCallback& callback)); |
MOCK_METHOD2(GetResourceEntryByPath, |
void(const base::FilePath& file_path, |