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

Unified Diff: chromecast/media/cma/adapter/media_clock_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/media_clock_device.h
diff --git a/chromecast/public/media/media_clock_device.h b/chromecast/media/cma/adapter/media_clock_device.h
similarity index 91%
rename from chromecast/public/media/media_clock_device.h
rename to chromecast/media/cma/adapter/media_clock_device.h
index 7bb945eff33af7f7b7717eb44c2b798d8e3f7d0e..583f8998b7ed4b36d5a5c3584adf8e9cf076465b 100644
--- a/chromecast/public/media/media_clock_device.h
+++ b/chromecast/media/cma/adapter/media_clock_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_MEDIA_CLOCK_DEVICE_H_
-#define CHROMECAST_PUBLIC_MEDIA_MEDIA_CLOCK_DEVICE_H_
+#ifndef CHROMECAST_MEDIA_CMA_ADAPTER_MEDIA_CLOCK_DEVICE_H_
+#define CHROMECAST_MEDIA_CMA_ADAPTER_MEDIA_CLOCK_DEVICE_H_
#include <string>
@@ -60,4 +60,4 @@ class MediaClockDevice {
} // namespace media
} // namespace chromecast
-#endif // CHROMECAST_MEDIA_CMA_BACKEND_MEDIA_CLOCK_DEVICE_H_
+#endif // CHROMECAST_MEDIA_CMA_ADAPTER_MEDIA_CLOCK_DEVICE_H_

Powered by Google App Engine
This is Rietveld 408576698