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

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h

Issue 371883003: Files.app: Add an private API to get a download URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/sync_file_system/drive_backend/drive_service_on_worker.h
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
index 69616b736e7ba9715b92fc9427a0c7a146ae7eab..91ab9ecbc972124e484c34b409166586439a1f11 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
+++ b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
@@ -107,7 +107,7 @@ class DriveServiceOnWorker : public drive::DriveServiceInterface {
virtual google_apis::CancelCallback GetShareUrl(
const std::string& resource_id,
const GURL& embed_origin,
- const google_apis::GetShareUrlCallback& callback) OVERRIDE;
+ const google_apis::GetUrlCallback& callback) OVERRIDE;
virtual google_apis::CancelCallback GetAppList(
const google_apis::AppListCallback& callback) OVERRIDE;
virtual google_apis::CancelCallback TrashResource(

Powered by Google App Engine
This is Rietveld 408576698