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

Unified Diff: content/common/gpu/media/h264_parser.h

Issue 10389164: Cleanup: Remove unneeded scoped_ptr.h includes from content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/gpu/media/gpu_video_decode_accelerator.h ('k') | content/common/gpu/media/h264_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/h264_parser.h
===================================================================
--- content/common/gpu/media/h264_parser.h (revision 137567)
+++ content/common/gpu/media/h264_parser.h (working copy)
@@ -7,10 +7,11 @@
#ifndef CONTENT_COMMON_GPU_MEDIA_H264_PARSER_H_
#define CONTENT_COMMON_GPU_MEDIA_H264_PARSER_H_
+#include <sys/types.h>
+
#include <map>
#include "base/basictypes.h"
-#include "base/memory/scoped_ptr.h"
namespace content {
@@ -400,7 +401,6 @@
DISALLOW_COPY_AND_ASSIGN(H264Parser);
};
-} // namespace content
+} // namespace content
-#endif // CONTENT_COMMON_GPU_MEDIA_H264_PARSER_H_
-
+#endif // CONTENT_COMMON_GPU_MEDIA_H264_PARSER_H_
« no previous file with comments | « content/common/gpu/media/gpu_video_decode_accelerator.h ('k') | content/common/gpu/media/h264_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698