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

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

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.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

Powered by Google App Engine
This is Rietveld 408576698