Index: content/browser/tab_contents/tab_contents_view.cc |
=================================================================== |
--- content/browser/tab_contents/tab_contents_view.cc (revision 0) |
+++ content/browser/tab_contents/tab_contents_view.cc (working copy) |
@@ -2,17 +2,17 @@ |
// 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_view.h" |
+#include "content/browser/tab_contents/tab_contents_view.h" |
#include "chrome/browser/renderer_host/render_process_host.h" |
#include "chrome/browser/renderer_host/render_view_host.h" |
#include "chrome/browser/renderer_host/render_widget_host.h" |
#include "chrome/browser/renderer_host/render_view_host_delegate.h" |
#include "chrome/browser/renderer_host/render_widget_host_view.h" |
-#include "chrome/browser/tab_contents/tab_contents.h" |
-#include "chrome/browser/tab_contents/tab_contents_delegate.h" |
#include "chrome/common/notification_service.h" |
#include "chrome/common/render_messages_params.h" |
+#include "content/browser/tab_contents/tab_contents.h" |
+#include "content/browser/tab_contents/tab_contents_delegate.h" |
TabContentsView::TabContentsView(TabContents* tab_contents) |
: tab_contents_(tab_contents) { |