| Index: chrome/browser/background_sync/background_sync_permission_context.cc
|
| diff --git a/chrome/browser/background_sync/background_sync_permission_context.cc b/chrome/browser/background_sync/background_sync_permission_context.cc
|
| index 2faca4508fddfddcd2b7758b40413035d9b9c579..6091174902c7042284332298b2bc6d07be6d522b 100644
|
| --- a/chrome/browser/background_sync/background_sync_permission_context.cc
|
| +++ b/chrome/browser/background_sync/background_sync_permission_context.cc
|
| @@ -25,8 +25,8 @@ void BackgroundSyncPermissionContext::CancelPermissionRequest(
|
| void BackgroundSyncPermissionContext::DecidePermission(
|
| content::WebContents* web_contents,
|
| const PermissionRequestID& id,
|
| - const GURL& requesting_origin,
|
| - const GURL& embedding_origin,
|
| + const url::Origin& requesting_origin,
|
| + const url::Origin& embedding_origin,
|
| const BrowserPermissionCallback& callback) {
|
| // The user should never be prompted to authorize background sync.
|
| NOTREACHED();
|
|
|