Index: chrome/browser/chromeos/drive/file_system/operations.cc |
diff --git a/chrome/browser/chromeos/drive/file_system/operations.cc b/chrome/browser/chromeos/drive/file_system/operations.cc |
index 392cb180dcc84a23dfe0b2e969305c4d42116342..0cc378a2ee20e034d4b0ebbe8279a7571c431f79 100644 |
--- a/chrome/browser/chromeos/drive/file_system/operations.cc |
+++ b/chrome/browser/chromeos/drive/file_system/operations.cc |
@@ -158,7 +158,7 @@ void Operations::TouchFile(const base::FilePath& file_path, |
void Operations::EnsureFileDownloaded( |
const base::FilePath& file_path, |
- DriveClientContext context, |
+ const ClientContext& context, |
const GetFileContentInitializedCallback& initialized_callback, |
const google_apis::GetContentCallback& get_content_callback, |
const GetFileCallback& completion_callback) { |
@@ -172,7 +172,7 @@ void Operations::EnsureFileDownloaded( |
void Operations::UpdateFileByResourceId( |
const std::string& resource_id, |
- DriveClientContext context, |
+ const ClientContext& context, |
const FileOperationCallback& callback) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
DCHECK(!callback.is_null()); |