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

Unified Diff: content/common/gpu/media/gpu_video_decode_accelerator.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/client/command_buffer_proxy_impl.h ('k') | content/common/gpu/media/h264_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/gpu_video_decode_accelerator.h
===================================================================
--- content/common/gpu/media/gpu_video_decode_accelerator.h (revision 137567)
+++ content/common/gpu/media/gpu_video_decode_accelerator.h (working copy)
@@ -7,7 +7,8 @@
#include <vector>
-#include "base/memory/scoped_ptr.h"
+#include "base/compiler_specific.h"
+#include "base/memory/ref_counted.h"
#include "base/shared_memory.h"
#include "ipc/ipc_channel.h"
#include "ipc/ipc_message.h"
@@ -50,7 +51,6 @@
IPC::Message* init_done_msg);
private:
-
// Handlers for IPC messages.
void OnDecode(base::SharedMemoryHandle handle, int32 id, int32 size);
void OnAssignPictureBuffers(
« no previous file with comments | « content/common/gpu/client/command_buffer_proxy_impl.h ('k') | content/common/gpu/media/h264_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698