| Index: chrome/browser/notifications/desktop_notification_service.h
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h
|
| index ca71f572935e3bb6841c20a7dfbecbd2626cf105..eba195445651a392c997ee96a6dbe3af3ae2aaac 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.h
|
| +++ b/chrome/browser/notifications/desktop_notification_service.h
|
| @@ -17,9 +17,9 @@
|
| #include "base/prefs/pref_member.h"
|
| #include "base/scoped_observer.h"
|
| #include "base/strings/string16.h"
|
| -#include "chrome/browser/content_settings/content_settings_provider.h"
|
| #include "chrome/browser/content_settings/permission_context_base.h"
|
| #include "chrome/browser/notifications/extension_welcome_notification.h"
|
| +#include "components/content_settings/core/browser/content_settings_provider.h"
|
| #include "components/content_settings/core/common/content_settings.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| #include "extensions/browser/extension_registry_observer.h"
|
|
|