Index: chrome/browser/extensions/theme_installed_infobar_delegate.cc |
=================================================================== |
--- chrome/browser/extensions/theme_installed_infobar_delegate.cc (revision 72000) |
+++ chrome/browser/extensions/theme_installed_infobar_delegate.cc (working copy) |
@@ -7,7 +7,6 @@ |
#include <string> |
#include "app/l10n_util.h" |
-#include "app/resource_bundle.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/extensions/extension_service.h" |
#include "chrome/browser/profiles/profile.h" |
@@ -17,6 +16,7 @@ |
#include "chrome/common/notification_service.h" |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |
+#include "ui/base/resource/resource_bundle.h" |
ThemeInstalledInfoBarDelegate::ThemeInstalledInfoBarDelegate( |
TabContents* tab_contents, |