| Index: remoting/base/decoder.h
|
| diff --git a/remoting/client/decoder.h b/remoting/base/decoder.h
|
| similarity index 97%
|
| rename from remoting/client/decoder.h
|
| rename to remoting/base/decoder.h
|
| index 4d083bdfc9a8342402899cf557cf3ee49f2ac7b2..1df477d897425d28a57dc150e18e59714be7fd48 100644
|
| --- a/remoting/client/decoder.h
|
| +++ b/remoting/base/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_CLIENT_DECODER_H_
|
| -#define REMOTING_CLIENT_DECODER_H_
|
| +#ifndef REMOTING_BASE_DECODER_H_
|
| +#define REMOTING_BASE_DECODER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -111,4 +111,4 @@ class Decoder {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_CLIENT_DECODER_H_
|
| +#endif // REMOTING_BASE_DECODER_H_
|
|
|