Index: chrome/browser/chromeos/drive/fake_file_system.h |
diff --git a/chrome/browser/chromeos/drive/fake_file_system.h b/chrome/browser/chromeos/drive/fake_file_system.h |
index c34adf7da98bc59047d0de17028efeed44b4d42e..f070483b2f6c010698c8ca8d4e0ff8b8089b9a56 100644 |
--- a/chrome/browser/chromeos/drive/fake_file_system.h |
+++ b/chrome/browser/chromeos/drive/fake_file_system.h |
@@ -94,7 +94,7 @@ class FakeFileSystem : public FileSystemInterface { |
const GetFileCallback& callback) OVERRIDE; |
virtual void GetFileByResourceId( |
const std::string& resource_id, |
- const DriveClientContext& context, |
+ const ClientContext& context, |
const GetFileCallback& get_file_callback, |
const google_apis::GetContentCallback& get_content_callback) OVERRIDE; |
virtual void GetFileContentByPath( |
@@ -104,7 +104,7 @@ class FakeFileSystem : public FileSystemInterface { |
const FileOperationCallback& completion_callback) OVERRIDE; |
virtual void UpdateFileByResourceId( |
const std::string& resource_id, |
- const DriveClientContext& context, |
+ const ClientContext& context, |
const FileOperationCallback& callback) OVERRIDE; |
virtual void GetResourceEntryByPath( |
const base::FilePath& file_path, |