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

Unified Diff: chromecast/media/base/media_codec_support_simple.cc

Issue 1109443002: Chromecast: adds base/bind.h include for media codec shim file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/base/media_codec_support_simple.cc
diff --git a/chromecast/media/base/media_codec_support_simple.cc b/chromecast/media/base/media_codec_support_simple.cc
index efdda17afaf8147c226611527b4d4c8c6210e9b3..24e83be69dcb8b11f5332a036bb64d92b98185ea 100644
--- a/chromecast/media/base/media_codec_support_simple.cc
+++ b/chromecast/media/base/media_codec_support_simple.cc
@@ -4,6 +4,8 @@
#include "chromecast/media/base/media_codec_support.h"
+#include "base/bind.h"
+
namespace chromecast {
namespace media {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698