summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/drive_file_system_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/drive/drive_file_system_proxy.cc')
-rw-r--r--chrome/browser/chromeos/drive/drive_file_system_proxy.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/drive/drive_file_system_proxy.cc b/chrome/browser/chromeos/drive/drive_file_system_proxy.cc
index da8fce6..2c0159e 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_proxy.cc
+++ b/chrome/browser/chromeos/drive/drive_file_system_proxy.cc
@@ -521,7 +521,7 @@ void DriveFileSystemProxy::OpenFile(
callback,
file_flags,
peer_handle),
- gdata::GetContentCallback());
+ google_apis::GetContentCallback());
}
} else if ((file_flags & base::PLATFORM_FILE_CREATE) ||
(file_flags & base::PLATFORM_FILE_CREATE_ALWAYS)) {
@@ -617,7 +617,7 @@ void DriveFileSystemProxy::OnGetEntryInfoByPath(
base::Bind(&CallSnapshotFileCallback,
callback,
file_info),
- gdata::GetContentCallback());
+ google_apis::GetContentCallback());
}
void DriveFileSystemProxy::CreateWritableSnapshotFile(