| 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_
|
|
|