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

Unified Diff: chrome/browser/drive/fake_drive_service.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/drive/fake_drive_service.h
diff --git a/chrome/browser/drive/fake_drive_service.h b/chrome/browser/drive/fake_drive_service.h
index 8e296ff80dca6118fed013fb0169791cde169897..8eb29b11f3be4d5609c280eafe45d617ed42fd8d 100644
--- a/chrome/browser/drive/fake_drive_service.h
+++ b/chrome/browser/drive/fake_drive_service.h
@@ -155,7 +155,7 @@ class FakeDriveService : public 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 GetAboutResource(
const google_apis::AboutResourceCallback& callback) OVERRIDE;
virtual google_apis::CancelCallback GetAppList(

Powered by Google App Engine
This is Rietveld 408576698