Commit 56b99b40 authored by Jose Dapena Paz's avatar Jose Dapena Paz Committed by Commit Bot

IWYU: ExtensionRegistry is required in BackgroundContentService

ScopedObserver requires full declaration of the first parameter, it is not
enough to forward declare ExtensionRegistry.

Bug: 819294
Change-Id: Ic053efa2fa70a4117d18613f08f943ddd35b5d5c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707363
Commit-Queue: Drew Wilson <atwilson@chromium.org>
Reviewed-by: default avatarDrew Wilson <atwilson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#678668}
parent 6323eeff
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "content/public/browser/site_instance.h" #include "content/public/browser/site_instance.h"
#include "content/public/browser/web_contents.h" #include "content/public/browser/web_contents.h"
#include "extensions/browser/extension_host.h" #include "extensions/browser/extension_host.h"
#include "extensions/browser/extension_registry.h"
#include "extensions/browser/extension_system.h" #include "extensions/browser/extension_system.h"
#include "extensions/browser/image_loader.h" #include "extensions/browser/image_loader.h"
#include "extensions/browser/notification_types.h" #include "extensions/browser/notification_types.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "components/keyed_service/core/keyed_service.h" #include "components/keyed_service/core/keyed_service.h"
#include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h" #include "content/public/browser/notification_registrar.h"
#include "extensions/browser/extension_registry.h"
#include "extensions/browser/extension_registry_observer.h" #include "extensions/browser/extension_registry_observer.h"
#include "net/base/backoff_entry.h" #include "net/base/backoff_entry.h"
#include "ui/base/window_open_disposition.h" #include "ui/base/window_open_disposition.h"
...@@ -39,7 +40,6 @@ class SessionStorageNamespace; ...@@ -39,7 +40,6 @@ class SessionStorageNamespace;
namespace extensions { namespace extensions {
class Extension; class Extension;
class ExtensionRegistry;
} // namespace extensions } // namespace extensions
namespace gfx { namespace gfx {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment