diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 16:45:42 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 16:45:42 +0000 |
commit | 21f1168bab8f4ac626011148ae6e65d8fd24272a (patch) | |
tree | 4db51958027594c9cf0382d204e767c1dbfd84c6 /content | |
parent | 773a814f5cedef18ac3c5d775bca663190d2ae0f (diff) | |
download | chromium_src-21f1168bab8f4ac626011148ae6e65d8fd24272a.zip chromium_src-21f1168bab8f4ac626011148ae6e65d8fd24272a.tar.gz chromium_src-21f1168bab8f4ac626011148ae6e65d8fd24272a.tar.bz2 |
Update the includes to the old tab_contents.h
TBR=avi
Review URL: http://codereview.chromium.org/6596103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/tab_contents/test_tab_contents.h | 2 | ||||
-rw-r--r-- | content/browser/webui/web_ui_browsertest.cc | 2 | ||||
-rw-r--r-- | content/browser/webui/web_ui_factory.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/tab_contents/test_tab_contents.h b/content/browser/tab_contents/test_tab_contents.h index 83c251a..904e5af 100644 --- a/content/browser/tab_contents/test_tab_contents.h +++ b/content/browser/tab_contents/test_tab_contents.h @@ -6,8 +6,8 @@ #define CONTENT_BROWSER_TAB_CONTENTS_TEST_TAB_CONTENTS_H_ #pragma once -#include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/common/notification_registrar.h" +#include "content/browser/tab_contents/tab_contents.h" #include "webkit/glue/webpreferences.h" class Profile; diff --git a/content/browser/webui/web_ui_browsertest.cc b/content/browser/webui/web_ui_browsertest.cc index 18836c3..3aea20f 100644 --- a/content/browser/webui/web_ui_browsertest.cc +++ b/content/browser/webui/web_ui_browsertest.cc @@ -5,11 +5,11 @@ #include "content/browser/webui/web_ui_browsertest.h" #include "base/path_service.h" -#include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/browser/ui/browser.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/url_constants.h" #include "chrome/test/ui_test_utils.h" +#include "content/browser/tab_contents/tab_contents.h" #include "ui/base/resource/resource_bundle.h" static const FilePath::CharType* kWebUILibraryJS = diff --git a/content/browser/webui/web_ui_factory.cc b/content/browser/webui/web_ui_factory.cc index f6774c7..c8ae401 100644 --- a/content/browser/webui/web_ui_factory.cc +++ b/content/browser/webui/web_ui_factory.cc @@ -11,7 +11,6 @@ #include "chrome/browser/extensions/extensions_ui.h" #include "chrome/browser/printing/print_dialog_cloud.h" #include "chrome/browser/profiles/profile.h" -#include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/browser/ui/webui/bookmarks_ui.h" #include "chrome/browser/ui/webui/bug_report_ui.h" #include "chrome/browser/ui/webui/constrained_html_ui.h" @@ -35,6 +34,7 @@ #include "chrome/common/chrome_switches.h" #include "chrome/common/extensions/extension_constants.h" #include "chrome/common/url_constants.h" +#include "content/browser/tab_contents/tab_contents.h" #include "googleurl/src/gurl.h" #if defined(OS_CHROMEOS) |