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

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

Issue 10836354: Rename GData* to Drive* in gdata.proto (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 20cde9ccfcb2ccde268b8a1f3bfcf72b2c5bc25b..f4980b5a8487ad2e4f0155a3188b2af333f985e6 100644
--- a/chrome/browser/chromeos/gdata/drive_task_executor.h
+++ b/chrome/browser/chromeos/gdata/drive_task_executor.h
@@ -13,7 +13,7 @@
namespace gdata {
-class GDataEntryProto;
+class DriveEntryProto;
// This class implements an "executor" class that will execute tasks for
// third party Drive apps that store data in Drive itself. To do that, it
@@ -37,7 +37,7 @@ class DriveTaskExecutor : public file_handler_util::FileTaskExecutor {
virtual ~DriveTaskExecutor();
void OnFileEntryFetched(GDataFileError error,
- scoped_ptr<GDataEntryProto> entry_proto);
+ scoped_ptr<DriveEntryProto> entry_proto);
void OnAppAuthorized(const std::string& resource_id,
GDataErrorCode error,
scoped_ptr<base::Value> feed_data);

Powered by Google App Engine
This is Rietveld 408576698