diff options
Diffstat (limited to 'chrome/browser/chromeos/drive/file_system/move_operation.cc')
-rw-r--r-- | chrome/browser/chromeos/drive/file_system/move_operation.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/drive/file_system/move_operation.cc b/chrome/browser/chromeos/drive/file_system/move_operation.cc index 50ddbcd..5e6da29 100644 --- a/chrome/browser/chromeos/drive/file_system/move_operation.cc +++ b/chrome/browser/chromeos/drive/file_system/move_operation.cc @@ -185,7 +185,7 @@ void MoveOperation::RenameEntryLocally( const FilePath& file_path, const FilePath::StringType& new_name, const FileMoveCallback& callback, - gdata::GDataErrorCode status, + google_apis::GDataErrorCode status, const GURL& /* document_url */) { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); DCHECK(!callback.is_null()); @@ -337,7 +337,7 @@ void MoveOperation::MoveEntryToDirectory( const FilePath& file_path, const FilePath& directory_path, const FileMoveCallback& callback, - gdata::GDataErrorCode status, + google_apis::GDataErrorCode status, const GURL& /* document_url */) { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); DCHECK(!callback.is_null()); |