| Index: chromecast/base/chromecast_switches.h
|
| diff --git a/chromecast/common/chromecast_switches.h b/chromecast/base/chromecast_switches.h
|
| similarity index 81%
|
| rename from chromecast/common/chromecast_switches.h
|
| rename to chromecast/base/chromecast_switches.h
|
| index 697a8a15763dc68be929d7f93b428005d53280c6..c5ba5cbb902cd21fedfbc1452dd1b2335e7b38fa 100644
|
| --- a/chromecast/common/chromecast_switches.h
|
| +++ b/chromecast/base/chromecast_switches.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_CHROMECAST_SWITCHES_H_
|
| -#define CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
|
| +#ifndef CHROMECAST_BASE_CHROMECAST_SWITCHES_H_
|
| +#define CHROMECAST_BASE_CHROMECAST_SWITCHES_H_
|
|
|
| #include "build/build_config.h"
|
|
|
| @@ -28,4 +28,4 @@ extern const char kPreviousApp[];
|
|
|
| } // namespace switches
|
|
|
| -#endif // CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
|
| +#endif // CHROMECAST_BASE_CHROMECAST_SWITCHES_H_
|
|
|