Index: chrome/browser/chromeos/drive/drive_file_error.cc |
diff --git a/chrome/browser/chromeos/drive/drive_file_error.cc b/chrome/browser/chromeos/drive/drive_file_error.cc |
index e23abc6b60b6d78a2e92f1f4d11da16f24a93686..6b7a2ad36fbfb30d17b4c0eabf4141410a0bc504 100644 |
--- a/chrome/browser/chromeos/drive/drive_file_error.cc |
+++ b/chrome/browser/chromeos/drive/drive_file_error.cc |
@@ -6,7 +6,7 @@ |
#include "base/logging.h" |
-namespace gdata { |
+namespace drive { |
base::PlatformFileError DriveFileErrorToPlatformError(DriveFileError error) { |
switch (error) { |
@@ -69,4 +69,4 @@ base::PlatformFileError DriveFileErrorToPlatformError(DriveFileError error) { |
return base::PLATFORM_FILE_ERROR_FAILED; |
} |
-} // namespace gdata |
+} // namespace drive |