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

Unified Diff: chromecast/media/cma/adapter/video_pipeline_device.h

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Add V1 adapter 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/media/cma/adapter/video_pipeline_device.h
diff --git a/chromecast/public/media/video_pipeline_device.h b/chromecast/media/cma/adapter/video_pipeline_device.h
similarity index 89%
rename from chromecast/public/media/video_pipeline_device.h
rename to chromecast/media/cma/adapter/video_pipeline_device.h
index 1019ec387dbef0388e5121796c5a951f7809b222..2241c9e1459bca553fc9464ad018536108cddb66 100644
--- a/chromecast/public/media/video_pipeline_device.h
+++ b/chromecast/media/cma/adapter/video_pipeline_device.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMECAST_PUBLIC_MEDIA_VIDEO_PIPELINE_DEVICE_H_
-#define CHROMECAST_PUBLIC_MEDIA_VIDEO_PIPELINE_DEVICE_H_
+#ifndef CHROMECAST_MEDIA_CMA_ADAPTER_VIDEO_PIPELINE_DEVICE_H_
+#define CHROMECAST_MEDIA_CMA_ADAPTER_VIDEO_PIPELINE_DEVICE_H_
#include "media_component_device.h"
@@ -47,4 +47,4 @@ class VideoPipelineDevice : public MediaComponentDevice {
} // namespace media
} // namespace chromecast
-#endif // CHROMECAST_MEDIA_CMA_BACKEND_VIDEO_PIPELINE_DEVICE_H_
+#endif // CHROMECAST_MEDIA_CMA_ADAPTER_VIDEO_PIPELINE_DEVICE_H_

Powered by Google App Engine
This is Rietveld 408576698