| Index: chrome/browser/chromeos/drive/file_system/remove_operation.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system/remove_operation.h b/chrome/browser/chromeos/drive/file_system/remove_operation.h
|
| index 3aa474f651553c1f361a5240dba4528204e9aa7e..8f4e11ddc1799dd31f6ffff376a6ddc6de746619 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/remove_operation.h
|
| +++ b/chrome/browser/chromeos/drive/file_system/remove_operation.h
|
| @@ -14,7 +14,7 @@
|
| class FilePath;
|
| class GURL;
|
|
|
| -namespace gdata {
|
| +namespace drive {
|
|
|
| class DriveCache;
|
| class DriveEntryProto;
|
| @@ -53,7 +53,7 @@ class RemoveOperation {
|
| void RemoveResourceLocally(
|
| const FileOperationCallback& callback,
|
| const std::string& resource_id,
|
| - GDataErrorCode status,
|
| + gdata::GDataErrorCode status,
|
| const GURL& /* document_url */);
|
|
|
| // Sends notification for directory changes. Notifies of directory changes,
|
| @@ -76,6 +76,6 @@ class RemoveOperation {
|
| };
|
|
|
| } // namespace file_system
|
| -} // namespace gdata
|
| +} // namespace drive
|
|
|
| #endif // CHROME_BROWSER_CHROMEOS_DRIVE_FILE_SYSTEM_REMOVE_OPERATION_H_
|
|
|