Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4136)

Unified Diff: chrome/browser/extensions/extension_install_prompt.h

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nib name on mac Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_install_prompt.h
diff --git a/chrome/browser/extensions/extension_install_prompt.h b/chrome/browser/extensions/extension_install_prompt.h
index 85ab0f671a015b39492bae057fc9e53449e07e77..4de81862453302ea833a0ea5f8429043d4420e8e 100644
--- a/chrome/browser/extensions/extension_install_prompt.h
+++ b/chrome/browser/extensions/extension_install_prompt.h
@@ -25,7 +25,6 @@
class Browser;
class ExtensionInstallUI;
-class InfoBarDelegate;
class Profile;
namespace base {
@@ -46,6 +45,10 @@ class MockGetAuthTokenFunction;
class PermissionSet;
} // namespace extensions
+namespace infobars {
+class InfoBarDelegate;
+}
+
// Displays all the UI around extension installation.
class ExtensionInstallPrompt
: public OAuth2MintTokenFlow::Delegate,
« no previous file with comments | « chrome/browser/extensions/extension_infobar_delegate.cc ('k') | chrome/browser/extensions/extension_install_ui_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698