diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 19:07:15 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 19:07:15 +0000 |
commit | 08dbd4f55e717180da3c8408259cb4dbb421c905 (patch) | |
tree | 92788f808db7f4e56a4ca7033b6b4fbbf93617ea /chrome/browser/plugin_installer_infobar_delegate.cc | |
parent | f4f50efb4d3ee42470c8057345e902ac42e76801 (diff) | |
download | chromium_src-08dbd4f55e717180da3c8408259cb4dbb421c905.zip chromium_src-08dbd4f55e717180da3c8408259cb4dbb421c905.tar.gz chromium_src-08dbd4f55e717180da3c8408259cb4dbb421c905.tar.bz2 |
Fix build break
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72167 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_installer_infobar_delegate.cc')
-rw-r--r-- | chrome/browser/plugin_installer_infobar_delegate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_installer_infobar_delegate.cc b/chrome/browser/plugin_installer_infobar_delegate.cc index 867ae2d..e634a55 100644 --- a/chrome/browser/plugin_installer_infobar_delegate.cc +++ b/chrome/browser/plugin_installer_infobar_delegate.cc @@ -5,12 +5,12 @@ #include "chrome/browser/plugin_installer_infobar_delegate.h" #include "app/l10n_util.h" -#include "app/resource_bundle.h" #include "chrome/browser/renderer_host/render_view_host.h" #include "chrome/browser/tab_contents/tab_contents.h" #include "grit/generated_resources.h" #include "grit/locale_settings.h" #include "grit/theme_resources.h" +#include "ui/base/resource/resource_bundle.h" #include "webkit/plugins/npapi/default_plugin_shared.h" PluginInstallerInfoBarDelegate::PluginInstallerInfoBarDelegate( |