| Index: chrome/browser/chromeos/drive/file_system/remove_operation.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/remove_operation.cc b/chrome/browser/chromeos/drive/file_system/remove_operation.cc
|
| index 2d4a62ce546afef9c24af365f32a40d07c59c7f2..e871e84bb1df15816a305e17adfb3dfbf00e4936 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/remove_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/remove_operation.cc
|
| @@ -13,7 +13,7 @@
|
|
|
| using content::BrowserThread;
|
|
|
| -namespace gdata {
|
| +namespace drive {
|
| namespace file_system {
|
|
|
| RemoveOperation::RemoveOperation(DriveServiceInterface* drive_service,
|
| @@ -74,7 +74,7 @@ void RemoveOperation::RemoveAfterGetEntryInfo(
|
| void RemoveOperation::RemoveResourceLocally(
|
| const FileOperationCallback& callback,
|
| const std::string& resource_id,
|
| - GDataErrorCode status,
|
| + gdata::GDataErrorCode status,
|
| const GURL& /* document_url */) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| DCHECK(!callback.is_null());
|
| @@ -106,4 +106,4 @@ void RemoveOperation::NotifyDirectoryChanged(
|
| }
|
|
|
| } // namespace file_system
|
| -} // namespace gdata
|
| +} // namespace drive
|
|
|