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

Unified Diff: chromecast/renderer/media/demuxer_stream_adapter.cc

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Address alokp@ comments Created 5 years, 2 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/renderer/media/demuxer_stream_adapter.cc
diff --git a/chromecast/media/cma/filters/demuxer_stream_adapter.cc b/chromecast/renderer/media/demuxer_stream_adapter.cc
similarity index 98%
rename from chromecast/media/cma/filters/demuxer_stream_adapter.cc
rename to chromecast/renderer/media/demuxer_stream_adapter.cc
index 6c98da320c06fb07b2630747e22dd9b7a36165ca..789827d30cdede9aacbc850a068470ade896dbe9 100644
--- a/chromecast/media/cma/filters/demuxer_stream_adapter.cc
+++ b/chromecast/renderer/media/demuxer_stream_adapter.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/media/cma/filters/demuxer_stream_adapter.h"
+#include "chromecast/renderer/media/demuxer_stream_adapter.h"
#include "base/bind.h"
#include "base/callback_helpers.h"
« no previous file with comments | « chromecast/renderer/media/demuxer_stream_adapter.h ('k') | chromecast/renderer/media/demuxer_stream_adapter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698