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

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

Issue 1859703002: convert //gpu to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 8 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/common/gpu/media/media_channel.h
diff --git a/content/common/gpu/media/media_channel.h b/content/common/gpu/media/media_channel.h
index 7f0bca854e7e1944ed548c5d34dcba9774de9624..49c1ee732421a388dca85498824ef8574b82ec6a 100644
--- a/content/common/gpu/media/media_channel.h
+++ b/content/common/gpu/media/media_channel.h
@@ -5,6 +5,8 @@
#ifndef CONTENT_COMMON_GPU_MEDIA_MEDIA_CHANNEL_H_
#define CONTENT_COMMON_GPU_MEDIA_MEDIA_CHANNEL_H_
+#include <memory>
+
#include "content/common/gpu/media/gpu_jpeg_decode_accelerator.h"
#include "ipc/ipc_listener.h"
#include "ipc/ipc_sender.h"
« no previous file with comments | « content/common/gpu/media/jpeg_decode_accelerator_unittest.cc ('k') | content/common/gpu/media/media_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698