| 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 a99e32498f713a39208f1b26df6b39ab5f1d48a1..25d83e2410b1f3c05ffaa770510bfc8d52ed0b9b 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) {
|
| @@ -66,4 +66,4 @@ base::PlatformFileError DriveFileErrorToPlatformError(DriveFileError error) {
|
| return base::PLATFORM_FILE_ERROR_FAILED;
|
| }
|
|
|
| -} // namespace gdata
|
| +} // namespace drive
|
|
|