summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_util.cc
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-04 01:15:11 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-04 01:15:11 +0000
commita6c1618de765c697b236f7676d16a63af18119a0 (patch)
tree34a6dfed7fb97e64e22169c333bf64b66b111a29 /chrome/browser/tab_contents/tab_util.cc
parentf51580c528423c42bcd82ea2043a556e9aadadfb (diff)
downloadchromium_src-a6c1618de765c697b236f7676d16a63af18119a0.zip
chromium_src-a6c1618de765c697b236f7676d16a63af18119a0.tar.gz
chromium_src-a6c1618de765c697b236f7676d16a63af18119a0.tar.bz2
Remove needless include of the content/browser/render_process_host.h header file.
Part 1 of upcoming changes to move RPH/BRPH to a public interface. BUG=98716 Review URL: http://codereview.chromium.org/8451012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/tab_util.cc')
-rw-r--r--chrome/browser/tab_contents/tab_util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_util.cc b/chrome/browser/tab_contents/tab_util.cc
index 299b3d6..9cfa82e 100644
--- a/chrome/browser/tab_contents/tab_util.cc
+++ b/chrome/browser/tab_contents/tab_util.cc
@@ -8,7 +8,6 @@
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/webui/chrome_web_ui_factory.h"
#include "chrome/common/chrome_switches.h"
-#include "content/browser/renderer_host/render_process_host.h"
#include "content/browser/renderer_host/render_view_host.h"
#include "content/browser/site_instance.h"
#include "content/browser/tab_contents/tab_contents.h"