| Index: chromecast/base/cast_paths.h
|
| diff --git a/chromecast/common/cast_paths.h b/chromecast/base/cast_paths.h
|
| similarity index 87%
|
| rename from chromecast/common/cast_paths.h
|
| rename to chromecast/base/cast_paths.h
|
| index 5ab156c20fb5a616278336570dc1b7d9380e8556..11433a407ef113ec67665548775ff6b89d3e38d1 100644
|
| --- a/chromecast/common/cast_paths.h
|
| +++ b/chromecast/base/cast_paths.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_COMMON_CAST_PATHS_H_
|
| -#define CHROMECAST_COMMON_CAST_PATHS_H_
|
| +#ifndef CHROMECAST_BASE_CAST_PATHS_H_
|
| +#define CHROMECAST_BASE_CAST_PATHS_H_
|
|
|
| #include "build/build_config.h"
|
|
|
| @@ -31,4 +31,4 @@ void RegisterPathProvider();
|
|
|
| } // namespace chromecast
|
|
|
| -#endif // CHROMECAST_COMMON_CAST_PATHS_H_
|
| +#endif // CHROMECAST_BASE_CAST_PATHS_H_
|
|
|