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

Unified Diff: chromecast/media/cma/pipeline/media_pipeline_client.h

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
« no previous file with comments | « chromecast/media/cma/pipeline/media_pipeline.h ('k') | chromecast/media/cma/pipeline/media_pipeline_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/pipeline/media_pipeline_client.h
diff --git a/chromecast/media/cma/pipeline/media_pipeline_client.h b/chromecast/media/cma/pipeline/media_pipeline_client.h
index 1918ef17f2fc050144f4706ce51e1ddc49b4459a..340a3e5663d10352de6c71544c7744a4e729833d 100644
--- a/chromecast/media/cma/pipeline/media_pipeline_client.h
+++ b/chromecast/media/cma/pipeline/media_pipeline_client.h
@@ -14,8 +14,8 @@ namespace chromecast {
namespace media {
struct MediaPipelineClient {
- typedef base::Callback<void(
- base::TimeDelta, base::TimeDelta, base::TimeTicks)> TimeUpdateCB;
+ typedef base::Callback<
+ void(base::TimeDelta, base::TimeDelta, base::TimeTicks)> TimeUpdateCB;
MediaPipelineClient();
~MediaPipelineClient();
« no previous file with comments | « chromecast/media/cma/pipeline/media_pipeline.h ('k') | chromecast/media/cma/pipeline/media_pipeline_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698