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

Unified Diff: chrome/browser/chromeos/gdata/drive_task_executor.h

Issue 10877006: Rename GDataErrorCode to DriveErrorCode, GDataFileError to DriveFileError (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 8 years, 4 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/gdata/drive_task_executor.h
diff --git a/chrome/browser/chromeos/gdata/drive_task_executor.h b/chrome/browser/chromeos/gdata/drive_task_executor.h
index f4980b5a8487ad2e4f0155a3188b2af333f985e6..4584e9e8bd9668a5e944b87587610cf06bfd50a7 100644
--- a/chrome/browser/chromeos/gdata/drive_task_executor.h
+++ b/chrome/browser/chromeos/gdata/drive_task_executor.h
@@ -9,7 +9,7 @@
#include <vector>
#include "chrome/browser/chromeos/extensions/file_handler_util.h"
-#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
+#include "chrome/browser/chromeos/gdata/drive_errorcode.h"
namespace gdata {
@@ -36,10 +36,10 @@ class DriveTaskExecutor : public file_handler_util::FileTaskExecutor {
const std::string& action_id);
virtual ~DriveTaskExecutor();
- void OnFileEntryFetched(GDataFileError error,
+ void OnFileEntryFetched(DriveFileError error,
scoped_ptr<DriveEntryProto> entry_proto);
void OnAppAuthorized(const std::string& resource_id,
- GDataErrorCode error,
+ DriveErrorCode error,
scoped_ptr<base::Value> feed_data);
// Calls |done_| with |success| status.

Powered by Google App Engine
This is Rietveld 408576698