From 299425b2fb4357b4a5952818842d9f6934307c74 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 2 Mar 2011 07:45:20 +0000 Subject: Update more includes that were pointing to the old locations. TBR=avi Review URL: http://codereview.chromium.org/6598086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76512 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/tab_contents/navigation_controller_unittest.cc | 4 ++-- content/browser/tab_contents/test_tab_contents.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'content') diff --git a/content/browser/tab_contents/navigation_controller_unittest.cc b/content/browser/tab_contents/navigation_controller_unittest.cc index 2ab4517..1f34de1 100644 --- a/content/browser/tab_contents/navigation_controller_unittest.cc +++ b/content/browser/tab_contents/navigation_controller_unittest.cc @@ -13,18 +13,18 @@ #include "chrome/browser/sessions/session_service.h" #include "chrome/browser/sessions/session_service_test_helper.h" #include "chrome/browser/sessions/session_types.h" -#include "chrome/browser/tab_contents/navigation_controller.h" #include "chrome/common/notification_registrar.h" #include "chrome/common/render_messages.h" #include "chrome/common/render_messages_params.h" +#include "chrome/test/testing_profile.h" #include "chrome/test/test_notification_tracker.h" #include "content/browser/renderer_host/test_render_view_host.h" #include "content/browser/site_instance.h" +#include "content/browser/tab_contents/navigation_controller.h" #include "content/browser/tab_contents/navigation_entry.h" #include "content/browser/tab_contents/tab_contents.h" #include "content/browser/tab_contents/tab_contents_delegate.h" #include "content/browser/tab_contents/test_tab_contents.h" -#include "chrome/test/testing_profile.h" #include "net/base/net_util.h" #include "testing/gtest/include/gtest/gtest.h" #include "webkit/glue/webkit_glue.h" diff --git a/content/browser/tab_contents/test_tab_contents.cc b/content/browser/tab_contents/test_tab_contents.cc index 983f5c8..87bed9a 100644 --- a/content/browser/tab_contents/test_tab_contents.cc +++ b/content/browser/tab_contents/test_tab_contents.cc @@ -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/test_tab_contents.h" +#include "content/browser/tab_contents/test_tab_contents.h" #include -- cgit v1.1