| Index: chromecast/renderer/key_systems_cast.h
|
| diff --git a/chromecast/shell/renderer/key_systems_cast.h b/chromecast/renderer/key_systems_cast.h
|
| similarity index 81%
|
| rename from chromecast/shell/renderer/key_systems_cast.h
|
| rename to chromecast/renderer/key_systems_cast.h
|
| index c291344a1bbf7dd8a382c6a50c050e787cfdfde0..5853c688d462322902c9a0c622380da97aa9e097 100644
|
| --- a/chromecast/shell/renderer/key_systems_cast.h
|
| +++ b/chromecast/renderer/key_systems_cast.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_SHELL_RENDERER_KEY_SYSTEMS_CAST_H_
|
| -#define CHROMECAST_SHELL_RENDERER_KEY_SYSTEMS_CAST_H_
|
| +#ifndef CHROMECAST_RENDERER_KEY_SYSTEMS_CAST_H_
|
| +#define CHROMECAST_RENDERER_KEY_SYSTEMS_CAST_H_
|
|
|
| #include <vector>
|
|
|
| @@ -27,4 +27,4 @@ void AddChromecastPlatformKeySystems(
|
| } // namespace shell
|
| } // namespace chromecast
|
|
|
| -#endif // CHROMECAST_SHELL_RENDERER_KEY_SYSTEMS_CAST_H_
|
| +#endif // CHROMECAST_RENDERER_KEY_SYSTEMS_CAST_H_
|
|
|