Index: content/browser/tab_contents/tab_contents.cc |
=================================================================== |
--- content/browser/tab_contents/tab_contents.cc (revision 0) |
+++ content/browser/tab_contents/tab_contents.cc (working copy) |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/tab_contents/tab_contents.h" |
+#include "content/browser/tab_contents/tab_contents.h" |
#include <cmath> |
@@ -66,14 +66,7 @@ |
#include "chrome/browser/renderer_preferences_util.h" |
#include "chrome/browser/safe_browsing/client_side_detection_host.h" |
#include "chrome/browser/sessions/session_types.h" |
-#include "chrome/browser/tab_contents/infobar_delegate.h" |
-#include "chrome/browser/tab_contents/interstitial_page.h" |
-#include "chrome/browser/tab_contents/navigation_entry.h" |
-#include "chrome/browser/tab_contents/provisional_load_details.h" |
-#include "chrome/browser/tab_contents/tab_contents_delegate.h" |
-#include "chrome/browser/tab_contents/tab_contents_observer.h" |
#include "chrome/browser/tab_contents/tab_contents_ssl_helper.h" |
-#include "chrome/browser/tab_contents/tab_contents_view.h" |
#include "chrome/browser/tab_contents/thumbnail_generator.h" |
#include "chrome/browser/translate/page_translated_details.h" |
#include "chrome/browser/ui/app_modal_dialogs/message_box_handler.h" |
@@ -92,6 +85,13 @@ |
#include "chrome/common/render_messages.h" |
#include "chrome/common/render_messages_params.h" |
#include "chrome/common/url_constants.h" |
+#include "content/browser/tab_contents/infobar_delegate.h" |
+#include "content/browser/tab_contents/interstitial_page.h" |
+#include "content/browser/tab_contents/navigation_entry.h" |
+#include "content/browser/tab_contents/provisional_load_details.h" |
+#include "content/browser/tab_contents/tab_contents_delegate.h" |
+#include "content/browser/tab_contents/tab_contents_observer.h" |
+#include "content/browser/tab_contents/tab_contents_view.h" |
#include "grit/chromium_strings.h" |
#include "grit/generated_resources.h" |
#include "grit/locale_settings.h" |