| 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);
|
|
|