| Index: chromecast/browser/service/cast_service_android.h
|
| diff --git a/chromecast/service/cast_service_android.h b/chromecast/browser/service/cast_service_android.h
|
| similarity index 75%
|
| rename from chromecast/service/cast_service_android.h
|
| rename to chromecast/browser/service/cast_service_android.h
|
| index 61a779cd6bdb39abce1939d9fa5212af91b7e7ac..22670c6f2bbdaf8e33da0988c1ac9be9bfdf815c 100644
|
| --- a/chromecast/service/cast_service_android.h
|
| +++ b/chromecast/browser/service/cast_service_android.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROMECAST_SERVICE_CAST_SERVICE_ANDROID_H_
|
| -#define CHROMECAST_SERVICE_CAST_SERVICE_ANDROID_H_
|
| +#ifndef CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_ANDROID_H_
|
| +#define CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_ANDROID_H_
|
|
|
| #include "base/macros.h"
|
| -#include "chromecast/service/cast_service.h"
|
| +#include "chromecast/browser/service/cast_service.h"
|
|
|
| namespace chromecast {
|
|
|
| @@ -28,4 +28,4 @@ class CastServiceAndroid : public CastService {
|
|
|
| } // namespace chromecast
|
|
|
| -#endif // CHROMECAST_SERVICE_CAST_SERVICE_ANDROID_H_
|
| +#endif // CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_ANDROID_H_
|
|
|