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 95af062f7e1a3b96a50e01fbaa908aedc4f07268..291130b28db04df70c29e2434b883aea20788d7f 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; |
@@ -57,7 +57,7 @@ class RemoveOperation { |
void RetryIfNeeded(const FileOperationCallback& callback, |
int retry_count, |
scoped_ptr<DriveEntryProto> entry_proto, |
- GDataErrorCode status, |
+ gdata::GDataErrorCode status, |
const GURL& /* document_url */); |
// Callback for DriveServiceInterface::DeleteDocument. Removes the entry with |
@@ -66,7 +66,7 @@ class RemoveOperation { |
void RemoveResourceLocally( |
const FileOperationCallback& callback, |
const std::string& resource_id, |
- GDataErrorCode status); |
+ gdata::GDataErrorCode status); |
// Sends notification for directory changes. Notifies of directory changes, |
// and runs |callback| with |error|. |callback| may be null. |
@@ -88,6 +88,6 @@ class RemoveOperation { |
}; |
} // namespace file_system |
-} // namespace gdata |
+} // namespace drive |
#endif // CHROME_BROWSER_CHROMEOS_DRIVE_FILE_SYSTEM_REMOVE_OPERATION_H_ |