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

Unified Diff: chromecast/media/cma/test/mock_frame_provider.h

Issue 1852433005: Convert //base to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after r384946 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: chromecast/media/cma/test/mock_frame_provider.h
diff --git a/chromecast/media/cma/test/mock_frame_provider.h b/chromecast/media/cma/test/mock_frame_provider.h
index c1b037c5288399e900df19a009b436bd40b9f3ee..bf42e9513a96731be566ded206e0b506a51172b7 100644
--- a/chromecast/media/cma/test/mock_frame_provider.h
+++ b/chromecast/media/cma/test/mock_frame_provider.h
@@ -10,6 +10,7 @@
#include <vector>
#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
#include "chromecast/media/cma/base/coded_frame_provider.h"
namespace chromecast {
« no previous file with comments | « chromecast/media/cma/test/mock_frame_consumer.h ('k') | chromeos/network/dhcp_proxy_script_fetcher_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698