| Index: remoting/codec/video_encoder_vp8.h
|
| diff --git a/remoting/base/encoder_vp8.h b/remoting/codec/video_encoder_vp8.h
|
| similarity index 90%
|
| rename from remoting/base/encoder_vp8.h
|
| rename to remoting/codec/video_encoder_vp8.h
|
| index b9883a54293f10bfc8eb02218b1d9cfcc04280a3..05aeea1e8b5554d4f402cd6c86797b68d99aa6c2 100644
|
| --- a/remoting/base/encoder_vp8.h
|
| +++ b/remoting/codec/video_encoder_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_ENCODER_VP8_H_
|
| -#define REMOTING_BASE_ENCODER_VP8_H_
|
| +#ifndef REMOTING_CODEC_VIDEO_ENCODER_VP8_H_
|
| +#define REMOTING_CODEC_VIDEO_ENCODER_VP8_H_
|
|
|
| #include "base/gtest_prod_util.h"
|
| -#include "remoting/base/encoder.h"
|
| +#include "remoting/codec/video_encoder.h"
|
| #include "third_party/skia/include/core/SkRegion.h"
|
|
|
| typedef struct vpx_codec_ctx vpx_codec_ctx_t;
|
| @@ -61,4 +61,4 @@ class EncoderVp8 : public Encoder {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_BASE_ENCODER_VP8_H_
|
| +#endif // REMOTING_CODEC_VIDEO_ENCODER_VP8_H_
|
|
|