From 8286f51aaab9c769e70a1bcad5c568cec6636ba0 Mon Sep 17 00:00:00 2001 From: "pinkerton@chromium.org" Date: Tue, 31 May 2011 17:39:13 +0000 Subject: Factor load notification detail structs out of NavigationController and into their own file in the |content| namespace. Remove un-necessary includes of navigation_controller.h. BUG=none TEST=everything compiles Review URL: http://codereview.chromium.org/7008018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87319 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/extensions/extension_infobar_delegate.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/browser/extensions/extension_infobar_delegate.h') diff --git a/chrome/browser/extensions/extension_infobar_delegate.h b/chrome/browser/extensions/extension_infobar_delegate.h index 7f46e85..e7bb347 100644 --- a/chrome/browser/extensions/extension_infobar_delegate.h +++ b/chrome/browser/extensions/extension_infobar_delegate.h @@ -6,11 +6,15 @@ #define CHROME_BROWSER_EXTENSIONS_EXTENSION_INFOBAR_DELEGATE_H_ #pragma once +#include "base/scoped_ptr.h" #include "chrome/browser/tab_contents/confirm_infobar_delegate.h" +#include "content/common/notification_observer.h" +#include "content/common/notification_registrar.h" class Browser; class Extension; class ExtensionHost; +class GURL; class TabContentsWrapper; // The InfobarDelegate for creating and managing state for the ExtensionInfobar -- cgit v1.1