diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 03:06:37 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 03:06:37 +0000 |
commit | 1c41af415bd13bf25db073ee898eb416ead52ef4 (patch) | |
tree | 30ae00f0bc481cf88a1d27de5d21dbb493e0bbbc /chrome/browser/native_ui_contents.h | |
parent | c6fd2097f07574f616de929b75ae3bf31b0ca78b (diff) | |
download | chromium_src-1c41af415bd13bf25db073ee898eb416ead52ef4.zip chromium_src-1c41af415bd13bf25db073ee898eb416ead52ef4.tar.gz chromium_src-1c41af415bd13bf25db073ee898eb416ead52ef4.tar.bz2 |
Tear out all the old infobar code.
http://crbug.com/4620
Review URL: http://codereview.chromium.org/13077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/native_ui_contents.h')
-rw-r--r-- | chrome/browser/native_ui_contents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/native_ui_contents.h b/chrome/browser/native_ui_contents.h index d6de98c..54319b7 100644 --- a/chrome/browser/native_ui_contents.h +++ b/chrome/browser/native_ui_contents.h @@ -16,6 +16,7 @@ namespace views { class CheckBox; class FocusTraversable; +class ImageView; class ScrollView; class Throbber; } |