summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/drive_file_system_util.h
diff options
context:
space:
mode:
authortzik@google.com <tzik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 09:30:28 +0000
committertzik@google.com <tzik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 09:30:28 +0000
commitfb0fc20c8a2c6efe7fdedac1ceb340c22fe95efc (patch)
treea2d1cbf3859dc74f7f82b28fb85c4cb498cc097e /chrome/browser/chromeos/drive/drive_file_system_util.h
parent8046f202114590cfd16e4c2ee51a74e7fe097804 (diff)
downloadchromium_src-fb0fc20c8a2c6efe7fdedac1ceb340c22fe95efc.zip
chromium_src-fb0fc20c8a2c6efe7fdedac1ceb340c22fe95efc.tar.gz
chromium_src-fb0fc20c8a2c6efe7fdedac1ceb340c22fe95efc.tar.bz2
Rename namespace 'gdata' to 'google_apis', since it is now now irrelevant.
BUG=155469 TBR=estade@chromium.org Review URL: https://codereview.chromium.org/11180002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163248 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/drive/drive_file_system_util.h')
-rw-r--r--chrome/browser/chromeos/drive/drive_file_system_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/drive_file_system_util.h b/chrome/browser/chromeos/drive/drive_file_system_util.h
index 93e6462..b3494a9 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_util.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_util.h
@@ -131,7 +131,7 @@ void EnsureDirectoryExists(Profile* profile,
const FileOperationCallback& callback);
// Converts GData error code into file platform error code.
-DriveFileError GDataToDriveFileError(gdata::GDataErrorCode status);
+DriveFileError GDataToDriveFileError(google_apis::GDataErrorCode status);
// Returns true if the current network connection is over cellular.
bool IsConnectionTypeCellular();