Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: chrome/browser/chromeos/drive/drive_file_error.h

Issue 11106007: drive: Rename 'gdata' namespace to 'drive' in chrome/browser/chromeos/drive (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 9b726e92306685e139e0589d134cff62a4923b25..7f3bdcbfd2312a183b23b84f0e8c9f206671a125 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,
@@ -32,6 +32,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_

Powered by Google App Engine
This is Rietveld 408576698