commit | 3b88a254af96414608bd234c580312fc3d8cc16f | [log] [tgz] |
---|---|---|
author | Ryan Keane <rwkeane@google.com> | Tue Sep 17 09:55:33 2019 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 17 20:59:49 2019 +0000 |
tree | d4a4ad673718f5f60e09d04cd9d440b1fc960167 | |
parent | 0e3f47fb0b37d5d3a4f2d5bafa27ec8870b7b8c6 [diff] [blame] |
Move files from platform/api to platform/impl Yuri commented on my open CL ( https://chromium-review.googlesource.com/c/openscreen/+/1791373) that 2 files currently in platform/api should be moved to platform/impl: - platform/api/network_waiter.h - platform/api/socket_handle.h This CL accomplishes that, so that the attached CL can remain small Change-Id: I7aa1b48e4c6cdfbe512a9361433b81fc8421b044 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1809484 Reviewed-by: Jordan Bayles <jophba@chromium.org> Commit-Queue: Ryan Keane <rwkeane@google.com>
diff --git a/platform/impl/stream_socket.h b/platform/impl/stream_socket.h index ec046b0..3fcade4 100644 --- a/platform/impl/stream_socket.h +++ b/platform/impl/stream_socket.h
@@ -10,11 +10,11 @@ #include <string> #include "platform/api/network_interface.h" -#include "platform/api/socket_handle.h" #include "platform/base/error.h" #include "platform/base/ip_address.h" #include "platform/base/macros.h" #include "platform/base/socket_state.h" +#include "platform/impl/socket_handle.h" namespace openscreen { namespace platform {