Index: content/browser/host_zoom_map.cc |
=================================================================== |
--- content/browser/host_zoom_map.cc (revision 75653) |
+++ content/browser/host_zoom_map.cc (working copy) |
@@ -4,7 +4,7 @@ |
#include <cmath> |
-#include "chrome/browser/host_zoom_map.h" |
+#include "content/browser/host_zoom_map.h" |
#include "base/string_piece.h" |
#include "base/utf_string_conversions.h" |
@@ -12,13 +12,13 @@ |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/prefs/scoped_pref_update.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/renderer_host/render_process_host.h" |
-#include "chrome/browser/renderer_host/render_view_host.h" |
#include "chrome/common/notification_details.h" |
#include "chrome/common/notification_service.h" |
#include "chrome/common/notification_source.h" |
#include "chrome/common/notification_type.h" |
#include "chrome/common/pref_names.h" |
+#include "content/browser/renderer_host/render_process_host.h" |
+#include "content/browser/renderer_host/render_view_host.h" |
#include "googleurl/src/gurl.h" |
#include "net/base/net_util.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |