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

Unified Diff: media/base/encoded_bitstream_buffer.h

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/base/bitstream_buffer.h ('k') | media/base/video_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/encoded_bitstream_buffer.h
diff --git a/media/base/encoded_bitstream_buffer.h b/media/base/encoded_bitstream_buffer.h
index 6fe24c8a55cdb99e0d61b39a55b4cc3a3d2ed363..bfefbe5b79467e8850c3ae07eef2d9c6656930ae 100644
--- a/media/base/encoded_bitstream_buffer.h
+++ b/media/base/encoded_bitstream_buffer.h
@@ -7,7 +7,7 @@
#include "base/callback_forward.h"
#include "base/memory/ref_counted.h"
-#include "base/shared_memory.h"
+#include "base/memory/shared_memory.h"
#include "base/time/time.h"
#include "media/base/media_export.h"
#include "media/video/video_encode_types.h"
« no previous file with comments | « media/base/bitstream_buffer.h ('k') | media/base/video_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698