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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system_util.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_system_util.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system_util.h b/chrome/browser/chromeos/drive/drive_file_system_util.h
index 9c597279c4956dfd4100eb78eddc855481868784..a334499ab571f4f33fefaa05cac018d1ebcf52ac 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_util.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_util.h
@@ -18,7 +18,7 @@
class FilePath;
class Profile;
-namespace gdata {
+namespace drive {
namespace util {
// Path constants.
@@ -131,12 +131,12 @@ void EnsureDirectoryExists(Profile* profile,
const FileOperationCallback& callback);
// Converts GData error code into file platform error code.
-DriveFileError GDataToDriveFileError(GDataErrorCode status);
+DriveFileError GDataToDriveFileError(gdata::GDataErrorCode status);
// Returns true if the curernt network connection is over cellular.
bool IsConnectionTypeCellular();
} // namespace util
-} // namespace gdata
+} // namespace drive
#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_FILE_SYSTEM_UTIL_H_
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system_unittest.cc ('k') | chrome/browser/chromeos/drive/drive_file_system_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698