| Index: chrome/browser/background_sync/background_sync_permission_context.h
|
| diff --git a/chrome/browser/background_sync/background_sync_permission_context.h b/chrome/browser/background_sync/background_sync_permission_context.h
|
| index 2b109ff50ec39bd24bdb32b2abeea0d5a32aa78c..f49f33e5af32659bc659a2fc29628c64e0c93c6e 100644
|
| --- a/chrome/browser/background_sync/background_sync_permission_context.h
|
| +++ b/chrome/browser/background_sync/background_sync_permission_context.h
|
| @@ -30,8 +30,8 @@ class BackgroundSyncPermissionContext : public PermissionContextBase {
|
| // PermissionContextBase:
|
| void 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) override;
|
| bool IsRestrictedToSecureOrigins() const override;
|
|
|
|
|