| Index: remoting/codec/video_decoder_vp8.h
|
| diff --git a/remoting/base/decoder_vp8.h b/remoting/codec/video_decoder_vp8.h
|
| similarity index 89%
|
| rename from remoting/base/decoder_vp8.h
|
| rename to remoting/codec/video_decoder_vp8.h
|
| index 53029e2e9205be289d950231b7a7551b96c3d4c0..2095fbb9ab87cf2e3520606933cfe55d848b880b 100644
|
| --- a/remoting/base/decoder_vp8.h
|
| +++ b/remoting/codec/video_decoder_vp8.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_BASE_DECODER_VP8_H_
|
| -#define REMOTING_BASE_DECODER_VP8_H_
|
| +#ifndef REMOTING_CODEC_VIDEO_DECODER_VP8_H_
|
| +#define REMOTING_CODEC_VIDEO_DECODER_VP8_H_
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "remoting/base/decoder.h"
|
| +#include "remoting/codec/video_decoder.h"
|
|
|
| typedef struct vpx_codec_ctx vpx_codec_ctx_t;
|
| typedef struct vpx_image vpx_image_t;
|
| @@ -57,4 +57,4 @@ class DecoderVp8 : public Decoder {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_BASE_DECODER_VP8_H_
|
| +#endif // REMOTING_CODEC_VIDEO_DECODER_VP8_H_
|
|
|