Index: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc |
index e3fd312ecca3df394a12769547970cf514f1f43f..a16b35502f24843fae50328285dfe13a017bc608 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc |
@@ -317,7 +317,7 @@ google_apis::CancelCallback DriveServiceOnWorker::Search( |
google_apis::CancelCallback DriveServiceOnWorker::GetShareUrl( |
const std::string& resource_id, |
const GURL& embed_origin, |
- const google_apis::GetShareUrlCallback& callback) { |
+ const google_apis::GetUrlCallback& callback) { |
NOTREACHED(); |
return google_apis::CancelCallback(); |
} |