diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-12 15:32:07 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-12 15:32:07 +0000 |
commit | 1db6ff15f8395dad889990f75e6e0e12113bcc52 (patch) | |
tree | 17562fda11b829e49f55f99f2b1138ddeab8beb2 /chrome/browser/external_tab_container.cc | |
parent | e8fb87f7be935d8ac566e8c7161cb89ef95f8b61 (diff) | |
download | chromium_src-1db6ff15f8395dad889990f75e6e0e12113bcc52.zip chromium_src-1db6ff15f8395dad889990f75e6e0e12113bcc52.tar.gz chromium_src-1db6ff15f8395dad889990f75e6e0e12113bcc52.tar.bz2 |
Header dependency cleanup in chrome/
- reduce header dependencies
- remove things that shouldn't be #included in a header, like string_util.h and theme_resources.h!
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/245011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/external_tab_container.cc')
-rw-r--r-- | chrome/browser/external_tab_container.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/external_tab_container.cc b/chrome/browser/external_tab_container.cc index 28a19d0..f66cab5 100644 --- a/chrome/browser/external_tab_container.cc +++ b/chrome/browser/external_tab_container.cc @@ -16,6 +16,7 @@ #include "chrome/browser/load_notification_details.h" #include "chrome/browser/page_info_window.h" #include "chrome/browser/profile.h" +#include "chrome/browser/renderer_host/render_process_host.h" #include "chrome/browser/tab_contents/provisional_load_details.h" #include "chrome/browser/views/tab_contents/render_view_context_menu_external_win.h" #include "chrome/browser/tab_contents/tab_contents.h" |