Index: chrome/browser/chromeos/gdata/gdata_system_service.cc |
diff --git a/chrome/browser/chromeos/gdata/gdata_system_service.cc b/chrome/browser/chromeos/gdata/gdata_system_service.cc |
index ac0049ba5bc04db9cc92b61041f188c654bf65fd..f08c6986b72eabb06eabcfd617f74d0da5523c59 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_system_service.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_system_service.cc |
@@ -122,14 +122,14 @@ void GDataSystemService::ClearCacheAndRemountFileSystem( |
void GDataSystemService::AddBackDriveMountPoint( |
const base::Callback<void(bool)>& callback, |
- GDataFileError error, |
+ DriveFileError error, |
const FilePath& file_path) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
AddDriveMountPoint(); |
if (!callback.is_null()) |
- callback.Run(error == GDATA_FILE_OK); |
+ callback.Run(error == DRIVE_FILE_OK); |
} |
void GDataSystemService::AddDriveMountPoint() { |