| Index: chrome/browser/drive/drive_service_interface.h
|
| diff --git a/chrome/browser/drive/drive_service_interface.h b/chrome/browser/drive/drive_service_interface.h
|
| index 8478700d5ead4b63e590b1655571b76ecf514327..c36c5b3e2420870fedfd4891314d0080cef9b215 100644
|
| --- a/chrome/browser/drive/drive_service_interface.h
|
| +++ b/chrome/browser/drive/drive_service_interface.h
|
| @@ -235,7 +235,7 @@ class DriveServiceInterface {
|
| virtual google_apis::CancelCallback GetShareUrl(
|
| const std::string& resource_id,
|
| const GURL& embed_origin,
|
| - const google_apis::GetShareUrlCallback& callback) = 0;
|
| + const google_apis::GetUrlCallback& callback) = 0;
|
|
|
| // Gets the about resource information from the server.
|
| // Upon completion, invokes |callback| with results on the calling thread.
|
|
|