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