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

Unified Diff: chrome/browser/chromeos/drive/drive_task_executor.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_task_executor.h
diff --git a/chrome/browser/chromeos/drive/drive_task_executor.h b/chrome/browser/chromeos/drive/drive_task_executor.h
index 05ff462eaf4a1b739a0d19af3ab371d59e30e066..a09d89944e04bf8625cd48b8beaebe96cc87725c 100644
--- a/chrome/browser/chromeos/drive/drive_task_executor.h
+++ b/chrome/browser/chromeos/drive/drive_task_executor.h
@@ -12,7 +12,7 @@
#include "chrome/browser/chromeos/extensions/file_handler_util.h"
#include "chrome/browser/google_apis/gdata_errorcode.h"
-namespace gdata {
+namespace drive {
class DriveEntryProto;
@@ -40,7 +40,7 @@ class DriveTaskExecutor : public file_handler_util::FileTaskExecutor {
void OnFileEntryFetched(DriveFileError error,
scoped_ptr<DriveEntryProto> entry_proto);
void OnAppAuthorized(const std::string& resource_id,
- GDataErrorCode error,
+ gdata::GDataErrorCode error,
scoped_ptr<base::Value> feed_data);
// Calls |done_| with |success| status.
@@ -52,6 +52,6 @@ class DriveTaskExecutor : public file_handler_util::FileTaskExecutor {
file_handler_util::FileTaskFinishedCallback done_;
};
-} // namespace gdata
+} // namespace drive
#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_TASK_EXECUTOR_H_
« no previous file with comments | « chrome/browser/chromeos/drive/drive_system_service.cc ('k') | chrome/browser/chromeos/drive/drive_task_executor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698