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

Unified Diff: content/browser/renderer_host/device_motion_browser_message_filter.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
Index: content/browser/renderer_host/device_motion_browser_message_filter.h
diff --git a/content/browser/renderer_host/device_motion_browser_message_filter.h b/content/browser/renderer_host/device_motion_browser_message_filter.h
index b40ed2b2c05b5cdc58fc38bfd68aef3e5734c2a5..ab102262b2872a2d74967c19445e7cc4ec037448 100644
--- a/content/browser/renderer_host/device_motion_browser_message_filter.h
+++ b/content/browser/renderer_host/device_motion_browser_message_filter.h
@@ -6,7 +6,7 @@
#define CONTENT_BROWSER_RENDERER_HOST_DEVICE_MOTION_BROWSER_MESSAGE_FILTER_H_
#include "base/compiler_specific.h"
- #include "base/shared_memory.h"
+ #include "base/memory/shared_memory.h"
#include "content/public/browser/browser_message_filter.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698