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

Unified Diff: media/audio/cross_process_notification_unittest.cc

Issue 19284015: Use a direct include of the shared_memory header in media/, ppapi/, webkit/. (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 | « media/audio/audio_output_ipc.h ('k') | media/audio/shared_memory_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/cross_process_notification_unittest.cc
diff --git a/media/audio/cross_process_notification_unittest.cc b/media/audio/cross_process_notification_unittest.cc
index d1fbeade40c4de6b1ee2579721c3ea09459f4ec9..2e7ce34dc9cc259834dec2f3a7e369bf1f7436fb 100644
--- a/media/audio/cross_process_notification_unittest.cc
+++ b/media/audio/cross_process_notification_unittest.cc
@@ -4,7 +4,7 @@
#include "base/compiler_specific.h"
#include "base/logging.h"
-#include "base/shared_memory.h"
+#include "base/memory/shared_memory.h"
#include "base/stl_util.h"
#include "base/test/multiprocess_test.h"
#include "base/threading/platform_thread.h"
« no previous file with comments | « media/audio/audio_output_ipc.h ('k') | media/audio/shared_memory_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698