Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
index 73b47b2d774edb2be3da4492a4f585e0656aa7b4..a3b888b631b9c61ce8482ba50fe010a8e445b73b 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
@@ -12,7 +12,7 @@ |
#include "chrome/browser/password_manager_delegate_impl.h" |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/tab_contents/infobar_delegate.h" |
+#include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h" |
#include "chrome/browser/ui/find_bar/find_tab_helper.h" |
#include "chrome/browser/ui/search_engines/search_engine_tab_helper.h" |
#include "chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.h" |
@@ -20,8 +20,8 @@ |
#include "chrome/common/pref_names.h" |
#include "chrome/common/render_messages.h" |
#include "content/browser/tab_contents/tab_contents.h" |
-#include "grit/locale_settings.h" |
#include "grit/generated_resources.h" |
+#include "grit/locale_settings.h" |
#include "grit/platform_locale_settings.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "webkit/glue/webpreferences.h" |