summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/download_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/drive/download_handler.h')
-rw-r--r--chrome/browser/chromeos/drive/download_handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/drive/download_handler.h b/chrome/browser/chromeos/drive/download_handler.h
index ad6c8b6..f8d9670 100644
--- a/chrome/browser/chromeos/drive/download_handler.h
+++ b/chrome/browser/chromeos/drive/download_handler.h
@@ -20,9 +20,9 @@ class DownloadManager;
namespace drive {
-class DriveEntryProto;
class FileSystemInterface;
class FileWriteHelper;
+class ResourceEntry;
// Observes downloads to temporary local drive folder. Schedules these
// downloads for upload to drive service.
@@ -81,7 +81,7 @@ class DownloadHandler : public AllDownloadItemNotifier::Observer {
void OnEntryFound(const base::FilePath& drive_dir_path,
const SubstituteDriveDownloadPathCallback& callback,
FileError error,
- scoped_ptr<DriveEntryProto> entry_proto);
+ scoped_ptr<ResourceEntry> entry);
// Callback for FileSystem::CreateDirectory().
// Used to implement SubstituteDriveDownloadPath().