| Index: chrome/browser/chromeos/drive/drive_file_error.h
|
| diff --git a/chrome/browser/chromeos/drive/drive_file_error.h b/chrome/browser/chromeos/drive/drive_file_error.h
|
| index 96f15c06e62efd73144ec37dbdec5d3c53df7e03..0e333e5496d17aa83b86539a3b52e68e21448dd7 100644
|
| --- a/chrome/browser/chromeos/drive/drive_file_error.h
|
| +++ b/chrome/browser/chromeos/drive/drive_file_error.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/platform_file.h"
|
|
|
| -namespace gdata {
|
| +namespace drive {
|
|
|
| enum DriveFileError {
|
| DRIVE_FILE_OK = 0,
|
| @@ -33,6 +33,6 @@ enum DriveFileError {
|
| // Returns a PlatformFileError that corresponds to the DriveFileError provided.
|
| base::PlatformFileError DriveFileErrorToPlatformError(DriveFileError error);
|
|
|
| -} // namespace gdata
|
| +} // namespace drive
|
|
|
| #endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_FILE_ERROR_H_
|
|
|