| Index: remoting/base/decoder_verbatim.h | 
| diff --git a/remoting/client/decoder_verbatim.h b/remoting/base/decoder_verbatim.h | 
| similarity index 88% | 
| rename from remoting/client/decoder_verbatim.h | 
| rename to remoting/base/decoder_verbatim.h | 
| index 6efc7324209798393879b094618d7b4fed484b1c..ba97b5ee1a9c3e0df8ae6a788dd57b74c8f8aa23 100644 | 
| --- a/remoting/client/decoder_verbatim.h | 
| +++ b/remoting/base/decoder_verbatim.h | 
| @@ -2,10 +2,10 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef REMOTING_CLIENT_DECODER_VERBATIM_H_ | 
| -#define REMOTING_CLIENT_DECODER_VERBATIM_H_ | 
| +#ifndef REMOTING_BASE_DECODER_VERBATIM_H_ | 
| +#define REMOTING_BASE_DECODER_VERBATIM_H_ | 
|  | 
| -#include "remoting/client/decoder.h" | 
| +#include "remoting/base/decoder.h" | 
|  | 
| namespace remoting { | 
|  | 
| @@ -53,4 +53,4 @@ class DecoderVerbatim : public Decoder { | 
|  | 
| }  // namespace remoting | 
|  | 
| -#endif  // REMOTING_CLIENT_DECODER_VERBATIM_H_ | 
| +#endif  // REMOTING_BASE_DECODER_VERBATIM_H_ | 
|  |