Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Unified Diff: content/browser/device_orientation/orientation.cc

Issue 20707002: Implement Device Orientation using shared memory in content/renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: excluded orientation pump tests on win bots Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/device_orientation/orientation.cc
diff --git a/content/browser/device_orientation/orientation.cc b/content/browser/device_orientation/orientation.cc
index c0dcfd05f4f867781195f5fe930d2659d98dcf97..b0b463fcad007aee6c54a96f09af1429638d9848 100644
--- a/content/browser/device_orientation/orientation.cc
+++ b/content/browser/device_orientation/orientation.cc
@@ -6,7 +6,7 @@
#include <cmath>
-#include "content/common/device_orientation_messages.h"
+#include "content/common/device_orientation/device_orientation_messages.h"
namespace content {
« no previous file with comments | « content/browser/device_orientation/message_filter.cc ('k') | content/browser/device_orientation/orientation_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698