Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: remoting/base/buffered_socket_writer.h

Issue 954973004: Move BufferedSocketWriter from remoting/protocol to remoting/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/base/buffered_socket_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | remoting/base/buffered_socket_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698