diff options
Diffstat (limited to 'chrome/browser/google_apis/drive_upload_mode.h')
-rw-r--r-- | chrome/browser/google_apis/drive_upload_mode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/google_apis/drive_upload_mode.h b/chrome/browser/google_apis/drive_upload_mode.h index 6ac4f1e..718be85 100644 --- a/chrome/browser/google_apis/drive_upload_mode.h +++ b/chrome/browser/google_apis/drive_upload_mode.h @@ -5,7 +5,7 @@ #ifndef CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOAD_MODE_H_ #define CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOAD_MODE_H_ -namespace gdata { +namespace google_apis { // The mode for uploading. enum UploadMode { @@ -14,6 +14,6 @@ enum UploadMode { UPLOAD_INVALID, // Used as an invalid value. }; -} // namespace gdata +} // namespace google_apis #endif // CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOAD_MODE_H_ |