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

Unified Diff: content/common/device_motion_messages.h

Issue 19398004: Use a direct include of the shared_memory header in content/browser/, content/child/, content/commo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« no previous file with comments | « content/common/clipboard_messages.h ('k') | content/common/gamepad_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/device_motion_messages.h
diff --git a/content/common/device_motion_messages.h b/content/common/device_motion_messages.h
index b4430da8ecad3a831631f854e5d090a51eececcf..1469c26646b4b621f8282a20b81269ec94891b05 100644
--- a/content/common/device_motion_messages.h
+++ b/content/common/device_motion_messages.h
@@ -5,10 +5,10 @@
// IPC messages for device motion.
// Multiply-included message file, hence no include guard.
+#include "base/memory/shared_memory.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_param_traits.h"
#include "ipc/ipc_platform_file.h"
-#include "base/shared_memory.h"
#define IPC_MESSAGE_START DeviceMotionMsgStart
« no previous file with comments | « content/common/clipboard_messages.h ('k') | content/common/gamepad_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698