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

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: rebase 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 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_
« no previous file with comments | « chrome/browser/chromeos/drive/drive_download_observer.cc ('k') | chrome/browser/chromeos/drive/drive_file_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698