| Index: chromecast/browser/android/external_video_surface_container_impl.h
|
| diff --git a/chromecast/shell/browser/android/external_video_surface_container_impl.h b/chromecast/browser/android/external_video_surface_container_impl.h
|
| similarity index 87%
|
| rename from chromecast/shell/browser/android/external_video_surface_container_impl.h
|
| rename to chromecast/browser/android/external_video_surface_container_impl.h
|
| index 04edd26804334c8f959cfb4df8f1981f04653e96..b05b1882960b595d7602af628ada3f64f80cebd8 100644
|
| --- a/chromecast/shell/browser/android/external_video_surface_container_impl.h
|
| +++ b/chromecast/browser/android/external_video_surface_container_impl.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_BROWSER_ANDROID_EXTERNAL_VIDEO_SURFACE_CONTAINER_IMPL_H_
|
| -#define CHROMECAST_SHELL_BROWSER_ANDROID_EXTERNAL_VIDEO_SURFACE_CONTAINER_IMPL_H_
|
| +#ifndef CHROMECAST_BROWSER_ANDROID_EXTERNAL_VIDEO_SURFACE_CONTAINER_IMPL_H_
|
| +#define CHROMECAST_BROWSER_ANDROID_EXTERNAL_VIDEO_SURFACE_CONTAINER_IMPL_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -54,4 +54,4 @@ bool RegisterExternalVideoSurfaceContainer(JNIEnv* env);
|
| } // namespace shell
|
| } // namespace chromecast
|
|
|
| -#endif // CHROMECAST_SHELL_BROWSER_ANDROID_EXTERNAL_VIDEO_SURFACE_CONTAINER_IMPL_H_
|
| +#endif // CHROMECAST_BROWSER_ANDROID_EXTERNAL_VIDEO_SURFACE_CONTAINER_IMPL_H_
|
|
|