| Index: remoting/base/encoder_vp8.h
|
| diff --git a/remoting/host/encoder_vp8.h b/remoting/base/encoder_vp8.h
|
| similarity index 92%
|
| rename from remoting/host/encoder_vp8.h
|
| rename to remoting/base/encoder_vp8.h
|
| index 1cd16acd4bef4b4977743a3c8eedd03d5ace5c09..4b8b539cdf27bc5ab786731f3a2530a6a68556f2 100644
|
| --- a/remoting/host/encoder_vp8.h
|
| +++ b/remoting/base/encoder_vp8.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_HOST_ENCODER_VP8_H_
|
| -#define REMOTING_HOST_ENCODER_VP8_H_
|
| +#ifndef REMOTING_BASE_ENCODER_VP8_H_
|
| +#define REMOTING_BASE_ENCODER_VP8_H_
|
|
|
| #include "remoting/host/encoder.h"
|
|
|
| @@ -58,4 +58,4 @@ class EncoderVp8 : public Encoder {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_HOST_ENCODER_VP8_H_
|
| +#endif // REMOTING_BASE_ENCODER_VP8_H_
|
|
|