Index: chrome/browser/chromeos/drive/file_system/drive_operations.cc |
diff --git a/chrome/browser/chromeos/drive/file_system/drive_operations.cc b/chrome/browser/chromeos/drive/file_system/drive_operations.cc |
index 9a81b2eb96cb38d9d6919ae8ead2a80e38748b51..e99c0609130e3df55e27aa2f218ae40e147923e8 100644 |
--- a/chrome/browser/chromeos/drive/file_system/drive_operations.cc |
+++ b/chrome/browser/chromeos/drive/file_system/drive_operations.cc |
@@ -152,7 +152,7 @@ void DriveOperations::TouchFile(const base::FilePath& file_path, |
void DriveOperations::UpdateFileByResourceId( |
const std::string& resource_id, |
- DriveClientContext context, |
+ ClientContext context, |
const FileOperationCallback& callback) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
DCHECK(!callback.is_null()); |