| Index: content/renderer/media/pepper_platform_video_decoder_impl.h
|
| diff --git a/content/renderer/pepper_platform_video_decoder_impl.h b/content/renderer/media/pepper_platform_video_decoder_impl.h
|
| similarity index 91%
|
| rename from content/renderer/pepper_platform_video_decoder_impl.h
|
| rename to content/renderer/media/pepper_platform_video_decoder_impl.h
|
| index 9bd1c07fe4c11a9cda3d3cb80cd0f359ac6832de..ac7c02aaae096bde37687bc4e02465ee0ef62cf8 100644
|
| --- a/content/renderer/pepper_platform_video_decoder_impl.h
|
| +++ b/content/renderer/media/pepper_platform_video_decoder_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 CONTENT_RENDERER_PEPPER_PLATFORM_VIDEO_DECODER_IMPL_H_
|
| -#define CONTENT_RENDERER_PEPPER_PLATFORM_VIDEO_DECODER_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_MEDIA_PEPPER_PLATFORM_VIDEO_DECODER_IMPL_H_
|
| +#define CONTENT_RENDERER_MEDIA_PEPPER_PLATFORM_VIDEO_DECODER_IMPL_H_
|
|
|
| #include <vector>
|
|
|
| @@ -60,4 +60,4 @@ class PlatformVideoDecoderImpl
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PlatformVideoDecoderImpl);
|
| };
|
| -#endif // CONTENT_RENDERER_PEPPER_PLATFORM_VIDEO_DECODER_IMPL_H_
|
| +#endif // CONTENT_RENDERER_MEDIA_PEPPER_PLATFORM_VIDEO_DECODER_IMPL_H_
|
|
|