Index: chrome/browser/ui/views/repost_form_warning_view.cc |
=================================================================== |
--- chrome/browser/ui/views/repost_form_warning_view.cc (revision 76500) |
+++ chrome/browser/ui/views/repost_form_warning_view.cc (working copy) |
@@ -8,8 +8,8 @@ |
#include "chrome/browser/browser_list.h" |
#include "chrome/browser/browser_window.h" |
#include "chrome/browser/repost_form_warning_controller.h" |
-#include "chrome/browser/tab_contents/navigation_controller.h" |
-#include "chrome/browser/tab_contents/tab_contents.h" |
+#include "content/browser/tab_contents/navigation_controller.h" |
+#include "content/browser/tab_contents/tab_contents.h" |
#include "grit/generated_resources.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/message_box_flags.h" |