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

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: 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
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_error.h ('k') | chrome/browser/chromeos/drive/drive_file_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e23abc6b60b6d78a2e92f1f4d11da16f24a93686..6b7a2ad36fbfb30d17b4c0eabf4141410a0bc504 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) {
@@ -69,4 +69,4 @@ base::PlatformFileError DriveFileErrorToPlatformError(DriveFileError error) {
return base::PLATFORM_FILE_ERROR_FAILED;
}
-} // namespace gdata
+} // namespace drive
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_error.h ('k') | chrome/browser/chromeos/drive/drive_file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698