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

Unified Diff: content/browser/device_orientation/device_motion_service.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/device_orientation/device_motion_service.h
diff --git a/content/browser/device_orientation/device_motion_service.h b/content/browser/device_orientation/device_motion_service.h
index 950129f72ea5a3abf7282a49bcac91a180040f72..0720bb95968fc39854d7a09b6160bb912d08de39 100644
--- a/content/browser/device_orientation/device_motion_service.h
+++ b/content/browser/device_orientation/device_motion_service.h
@@ -8,8 +8,8 @@
#include "base/basictypes.h"
#include "base/callback_forward.h"
#include "base/memory/scoped_ptr.h"
+#include "base/memory/shared_memory.h"
#include "base/memory/singleton.h"
-#include "base/shared_memory.h"
#include "base/threading/thread_checker.h"
#include "content/common/content_export.h"
« no previous file with comments | « content/browser/device_orientation/device_motion_provider.h ('k') | content/browser/fileapi/fileapi_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698