| Index: remoting/codec/video_encoder.h
|
| diff --git a/remoting/base/encoder.h b/remoting/codec/video_encoder.h
|
| similarity index 91%
|
| rename from remoting/base/encoder.h
|
| rename to remoting/codec/video_encoder.h
|
| index ae6fadc626094f8827bdd54b924a4d487a6f6688..83fb308f6dc1844d382c5f28d3cf6dfee0f78dba 100644
|
| --- a/remoting/base/encoder.h
|
| +++ b/remoting/codec/video_encoder.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 REMOTING_BASE_ENCODER_H_
|
| -#define REMOTING_BASE_ENCODER_H_
|
| +#ifndef REMOTING_CODEC_VIDEO_ENCODER_H_
|
| +#define REMOTING_CODEC_VIDEO_ENCODER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| @@ -45,4 +45,4 @@ class Encoder {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_BASE_ENCODER_H_
|
| +#endif // REMOTING_CODEC_VIDEO_ENCODER_H_
|
|
|