| Index: remoting/base/buffered_socket_writer.h
|
| diff --git a/remoting/protocol/buffered_socket_writer.h b/remoting/base/buffered_socket_writer.h
|
| similarity index 95%
|
| rename from remoting/protocol/buffered_socket_writer.h
|
| rename to remoting/base/buffered_socket_writer.h
|
| index 264de45d1404d4ffda97ea3a62d42f1f0630ac92..f0ced69af8a22f53d28b4acf57c7ce5ab26e7868 100644
|
| --- a/remoting/protocol/buffered_socket_writer.h
|
| +++ b/remoting/base/buffered_socket_writer.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_PROTOCOL_BUFFERED_SOCKET_WRITER_H_
|
| -#define REMOTING_PROTOCOL_BUFFERED_SOCKET_WRITER_H_
|
| +#ifndef REMOTING_BASE_BUFFERED_SOCKET_WRITER_H_
|
| +#define REMOTING_BASE_BUFFERED_SOCKET_WRITER_H_
|
|
|
| #include <list>
|
|
|
| @@ -18,7 +18,6 @@ class Socket;
|
| } // namespace net
|
|
|
| namespace remoting {
|
| -namespace protocol {
|
|
|
| // BufferedSocketWriter and BufferedDatagramWriter implement write data queue
|
| // for stream and datagram sockets. BufferedSocketWriterBase is a base class
|
| @@ -126,7 +125,6 @@ class BufferedDatagramWriter : public BufferedSocketWriterBase {
|
| void OnError(int result) override;
|
| };
|
|
|
| -} // namespace protocol
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_PROTOCOL_BUFFERED_SOCKET_WRITER_H_
|
| +#endif // REMOTING_BASE_BUFFERED_SOCKET_WRITER_H_
|
|
|