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 /chrome_frame | |
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 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_active_document.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_active_document.cc b/chrome_frame/chrome_active_document.cc index 3635d4e..7cffc97 100644 --- a/chrome_frame/chrome_active_document.cc +++ b/chrome_frame/chrome_active_document.cc @@ -33,7 +33,6 @@ #include "grit/generated_resources.h" #include "chrome/app/chrome_command_ids.h" #include "chrome/app/chrome_dll_resource.h" -#include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/common/automation_messages.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/navigation_types.h" @@ -45,6 +44,7 @@ #include "chrome_frame/buggy_bho_handling.h" #include "chrome_frame/crash_reporting/crash_metrics.h" #include "chrome_frame/utils.h" +#include "content/browser/tab_contents/tab_contents.h" DEFINE_GUID(CGID_DocHostCmdPriv, 0x000214D4L, 0, 0, 0xC0, 0, 0, 0, 0, 0, 0, 0x46); |