| Index: remoting/codec/video_decoder.h
|
| diff --git a/remoting/base/decoder.h b/remoting/codec/video_decoder.h
|
| similarity index 95%
|
| rename from remoting/base/decoder.h
|
| rename to remoting/codec/video_decoder.h
|
| index 9286ab57a30287d0def587870962df7324ef8616..70e5723be456123f1b15479d32e9381ec6fe8eea 100644
|
| --- a/remoting/base/decoder.h
|
| +++ b/remoting/codec/video_decoder.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_DECODER_H_
|
| -#define REMOTING_BASE_DECODER_H_
|
| +#ifndef REMOTING_CODEC_VIDEO_DECODER_H_
|
| +#define REMOTING_CODEC_VIDEO_DECODER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "remoting/proto/video.pb.h"
|
| @@ -72,4 +72,4 @@ class Decoder {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_BASE_DECODER_H_
|
| +#endif // REMOTING_CODEC_VIDEO_DECODER_H_
|
|
|