Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 8a72016625c5d5818bb382913e4753f9b4b5c758..2b6ebf180a7e2bfd21fbfa1e196148216e51a1d4 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -42,8 +42,8 @@ |
#include "content/browser/browser_main_loop.h" |
#include "content/browser/browser_plugin/browser_plugin_message_filter.h" |
#include "content/browser/child_process_security_policy_impl.h" |
-#include "content/browser/device_orientation/device_motion_message_filter.h" |
-#include "content/browser/device_orientation/device_orientation_message_filter.h" |
+#include "content/browser/device_sensors/device_motion_message_filter.h" |
+#include "content/browser/device_sensors/device_orientation_message_filter.h" |
#include "content/browser/dom_storage/dom_storage_context_wrapper.h" |
#include "content/browser/dom_storage/dom_storage_message_filter.h" |
#include "content/browser/download/mhtml_generation_manager.h" |