summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_installer_infobar_delegate.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-02 01:01:49 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-02 01:01:49 +0000
commita035dfda4f12bcc1ba89973621abea62121fe29b (patch)
tree7fa382fcf43d8b5ae059a7be9b5751114d90e727 /chrome/browser/plugin_installer_infobar_delegate.cc
parentcac27f7569dd16b2699e730626518b7e7bae64cf (diff)
downloadchromium_src-a035dfda4f12bcc1ba89973621abea62121fe29b.zip
chromium_src-a035dfda4f12bcc1ba89973621abea62121fe29b.tar.gz
chromium_src-a035dfda4f12bcc1ba89973621abea62121fe29b.tar.bz2
Get rid of temporary render_view_host.h.
TBR=avi Review URL: http://codereview.chromium.org/6598084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_installer_infobar_delegate.cc')
-rw-r--r--chrome/browser/plugin_installer_infobar_delegate.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/plugin_installer_infobar_delegate.cc b/chrome/browser/plugin_installer_infobar_delegate.cc
index 3898e0c..2fbb5d6 100644
--- a/chrome/browser/plugin_installer_infobar_delegate.cc
+++ b/chrome/browser/plugin_installer_infobar_delegate.cc
@@ -4,8 +4,8 @@
#include "chrome/browser/plugin_installer_infobar_delegate.h"
-#include "chrome/browser/renderer_host/render_view_host.h"
-#include "chrome/browser/tab_contents/tab_contents.h"
+#include "content/browser/renderer_host/render_view_host.h"
+#include "content/browser/tab_contents/tab_contents.h"
#include "grit/generated_resources.h"
#include "grit/locale_settings.h"
#include "grit/theme_resources.h"