Index: chrome/browser/chromeos/drive/dummy_file_system.h |
diff --git a/chrome/browser/chromeos/drive/dummy_file_system.h b/chrome/browser/chromeos/drive/dummy_file_system.h |
index 799cb136ae4ebc9199644276744108bafb8b987f..6c254c46e5e2335dbf611f9424f07afe3cc0f19d 100644 |
--- a/chrome/browser/chromeos/drive/dummy_file_system.h |
+++ b/chrome/browser/chromeos/drive/dummy_file_system.h |
@@ -61,7 +61,7 @@ class DummyFileSystem : 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( |
@@ -71,7 +71,7 @@ class DummyFileSystem : 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, |