| Index: chromecast/browser/service/cast_service_simple.h
|
| diff --git a/chromecast/service/cast_service_simple.h b/chromecast/browser/service/cast_service_simple.h
|
| similarity index 79%
|
| rename from chromecast/service/cast_service_simple.h
|
| rename to chromecast/browser/service/cast_service_simple.h
|
| index 16d1e5ca04cb074387e422bdd8d64d0ab1369b24..4939e5d760855e6d55ee5c7a1a0f2085ca26fae0 100644
|
| --- a/chromecast/service/cast_service_simple.h
|
| +++ b/chromecast/browser/service/cast_service_simple.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_SIMPLE_H_
|
| -#define CHROMECAST_SERVICE_CAST_SERVICE_SIMPLE_H_
|
| +#ifndef CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_SIMPLE_H_
|
| +#define CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_SIMPLE_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "chromecast/service/cast_service.h"
|
| +#include "chromecast/browser/service/cast_service.h"
|
|
|
| namespace aura {
|
| class WindowTreeHost;
|
| @@ -39,4 +39,4 @@ class CastServiceSimple : public CastService {
|
|
|
| } // namespace chromecast
|
|
|
| -#endif // CHROMECAST_SERVICE_CAST_SERVICE_SIMPLE_H_
|
| +#endif // CHROMECAST_BROWSER_SERVICE_CAST_SERVICE_SIMPLE_H_
|
|
|