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

Unified Diff: chrome/browser/sync_file_system/drive_file_sync_client.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/sync_file_system/drive_file_sync_client.h
diff --git a/chrome/browser/sync_file_system/drive_file_sync_client.h b/chrome/browser/sync_file_system/drive_file_sync_client.h
index e18e2d67779c3b9e5805fddfb589dfd1d292b06f..5d6f07f6356f1d4251eb93041dff62946ca77ee3 100644
--- a/chrome/browser/sync_file_system/drive_file_sync_client.h
+++ b/chrome/browser/sync_file_system/drive_file_sync_client.h
@@ -205,7 +205,7 @@ class DriveFileSyncClient
const FilePath::StringType& directory_name,
const ResourceIdCallback& callback,
google_apis::GDataErrorCode error,
- scoped_ptr<base::Value> data);
+ scoped_ptr<google_apis::ResourceEntry> entry);
void DidCreateDirectory(const ResourceIdCallback& callback,
google_apis::GDataErrorCode error,
@@ -224,9 +224,9 @@ class DriveFileSyncClient
google_apis::GDataErrorCode error,
scoped_ptr<google_apis::ResourceList> resource_list);
- void DidGetResourceEntryData(const ResourceEntryCallback& callback,
- google_apis::GDataErrorCode error,
- scoped_ptr<base::Value> data);
+ void DidGetResourceEntry(const ResourceEntryCallback& callback,
+ google_apis::GDataErrorCode error,
+ scoped_ptr<google_apis::ResourceEntry> entry);
void DownloadFileInternal(const std::string& local_file_md5,
const FilePath& local_file_path,
« no previous file with comments | « chrome/browser/google_apis/mock_drive_service.h ('k') | chrome/browser/sync_file_system/drive_file_sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698