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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system.h

Issue 11530004: google_apis: DriveServiceInterface::GetResourceEntry() returns ResourceEntry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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_file_system.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system.h b/chrome/browser/chromeos/drive/drive_file_system.h
index 1dc81a1382222070767a3473e8f1478f03b863e7..2363f23d4fcbae434ba41a9fc1d4b903a998f613 100644
--- a/chrome/browser/chromeos/drive/drive_file_system.h
+++ b/chrome/browser/chromeos/drive/drive_file_system.h
@@ -27,6 +27,7 @@ class SequencedTaskRunner;
}
namespace google_apis {
+class ResourceEntry;
class ResourceList;
class DriveServiceInterface;
class DriveUploaderInterface;
@@ -432,7 +433,7 @@ class DriveFileSystem : public DriveFileSystemInterface,
// from the content url extracted from the fetched metadata.
void OnGetResourceEntry(const GetFileFromCacheParams& params,
google_apis::GDataErrorCode status,
- scoped_ptr<base::Value> data);
+ scoped_ptr<google_apis::ResourceEntry> entry);
// Check available space using file size from the fetched metadata. Called
// from OnGetResourceEntry after RefreshFile is complete.
« no previous file with comments | « chrome/browser/chromeos/drive/drive_api_service.cc ('k') | chrome/browser/chromeos/drive/drive_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698