| Index: chromecast/browser/service/cast_service.h
|
| diff --git a/chromecast/service/cast_service.h b/chromecast/browser/service/cast_service.h
|
| similarity index 92%
|
| rename from chromecast/service/cast_service.h
|
| rename to chromecast/browser/service/cast_service.h
|
| index 14532c91321a99393ab4e9d6f3426e30947fd8c4..7e7d94c00b3955fb57e7b76bd1a20467b8d6549b 100644
|
| --- a/chromecast/service/cast_service.h
|
| +++ b/chromecast/browser/service/cast_service.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_SERVICE_CAST_SERVICE_H_
|
| -#define CHROMECAST_SERVICE_CAST_SERVICE_H_
|
| +#ifndef CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_H_
|
| +#define CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_H_
|
|
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| @@ -71,4 +71,4 @@ class CastService {
|
|
|
| } // namespace chromecast
|
|
|
| -#endif // CHROMECAST_SERVICE_CAST_SERVICE_H_
|
| +#endif // CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_H_
|
|
|