summaryrefslogtreecommitdiffstats
path: root/content/browser/host_zoom_map_impl.cc
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 15:48:32 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 15:48:32 +0000
commitb3c41c0bfeabc14ef1ba32d757221341c0db5a95 (patch)
tree60970a3f734fc1137961d8def94b808915cff62d /content/browser/host_zoom_map_impl.cc
parent9c1662b1bcee8857245303d037a0f133e58a6079 (diff)
downloadchromium_src-b3c41c0bfeabc14ef1ba32d757221341c0db5a95.zip
chromium_src-b3c41c0bfeabc14ef1ba32d757221341c0db5a95.tar.gz
chromium_src-b3c41c0bfeabc14ef1ba32d757221341c0db5a95.tar.bz2
Move Render(Widget|View)HostImpl to files with _impl in filename.
TBR=jam@chromium.org BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9600021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125167 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/host_zoom_map_impl.cc')
-rw-r--r--content/browser/host_zoom_map_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/host_zoom_map_impl.cc b/content/browser/host_zoom_map_impl.cc
index 6a74972..09d3887 100644
--- a/content/browser/host_zoom_map_impl.cc
+++ b/content/browser/host_zoom_map_impl.cc
@@ -10,7 +10,7 @@
#include "base/utf_string_conversions.h"
#include "base/values.h"
#include "content/browser/renderer_host/render_process_host_impl.h"
-#include "content/browser/renderer_host/render_view_host.h"
+#include "content/browser/renderer_host/render_view_host_impl.h"
#include "content/common/view_messages.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/browser_thread.h"