| 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 4a9f16dfbfbc9dfca8960a58ff7b48b0f4660075..84350dd9d7dff9db7df325a1083dd76ee04dae7c 100644
|
| --- a/chrome/browser/background_sync/background_sync_permission_context.cc
|
| +++ b/chrome/browser/background_sync/background_sync_permission_context.cc
|
| @@ -6,12 +6,10 @@
|
|
|
| #include "base/logging.h"
|
| #include "components/content_settings/core/common/content_settings_types.h"
|
| -#include "content/public/browser/permission_type.h"
|
|
|
| BackgroundSyncPermissionContext::BackgroundSyncPermissionContext(
|
| Profile* profile)
|
| : PermissionContextBase(profile,
|
| - content::PermissionType::BACKGROUND_SYNC,
|
| CONTENT_SETTINGS_TYPE_BACKGROUND_SYNC) {}
|
|
|
| void BackgroundSyncPermissionContext::CancelPermissionRequest(
|
|
|