Index: chrome/browser/chromeos/gdata/drive_task_executor.cc |
diff --git a/chrome/browser/chromeos/gdata/drive_task_executor.cc b/chrome/browser/chromeos/gdata/drive_task_executor.cc |
index d3d0be75437ae62eddd7ee773563689261ec3733..9d98cff1f6bfe4c91f192541b1786e72c2011309 100644 |
--- a/chrome/browser/chromeos/gdata/drive_task_executor.cc |
+++ b/chrome/browser/chromeos/gdata/drive_task_executor.cc |
@@ -64,7 +64,7 @@ bool DriveTaskExecutor::ExecuteAndNotify( |
DCHECK(current_index_ == 0); |
if (!system_service || !system_service->file_system()) |
return false; |
- GDataFileSystemInterface* file_system = system_service->file_system(); |
+ DriveFileSystemInterface* file_system = system_service->file_system(); |
// Reset the index, so we know when we're done. |
current_index_ = raw_paths.size(); |