diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 07:45:20 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 07:45:20 +0000 |
commit | 299425b2fb4357b4a5952818842d9f6934307c74 (patch) | |
tree | 6426388ba6d2a7f7ebd3bb4d238d379ae86af257 /content | |
parent | 11e5a22ee1868cbf3f8d1792913e31d00ecdeccc (diff) | |
download | chromium_src-299425b2fb4357b4a5952818842d9f6934307c74.zip chromium_src-299425b2fb4357b4a5952818842d9f6934307c74.tar.gz chromium_src-299425b2fb4357b4a5952818842d9f6934307c74.tar.bz2 |
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
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/tab_contents/navigation_controller_unittest.cc | 4 | ||||
-rw-r--r-- | content/browser/tab_contents/test_tab_contents.cc | 2 |
2 files changed, 3 insertions, 3 deletions
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 <utility> |