arc: Move platform2/arc/network/ to platform2/patchpanel
Next step in the arc-networkd -> patchpanel rename, this patch moves the
location of the code.
BUG=b:151879931
TEST=units,flashed image to atlas
TEST=tasts arc.PlayStore, crostini.LaunchTerminal.download
Change-Id: I1b5cf8d670e1631d46f6449b725395157bf88dde
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/2115863
Tested-by: Garrick Evans <garrick@chromium.org>
Commit-Queue: Garrick Evans <garrick@chromium.org>
Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
Reviewed-by: Eric Caruso <ejcaruso@chromium.org>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Reviewed-by: Hugo Benichi <hugobenichi@google.com>
diff --git a/system-proxy/curl_socket.h b/system-proxy/curl_socket.h
index 948cc82..a09c902 100644
--- a/system-proxy/curl_socket.h
+++ b/system-proxy/curl_socket.h
@@ -21,9 +21,9 @@
typedef std::unique_ptr<CURL, FreeCurlEasyhandle> ScopedCurlEasyhandle;
-// CurlSocket wraps a socket opened by curl in an arc_networkd::Socket object
+// CurlSocket wraps a socket opened by curl in an patchpanel::Socket object
// with an owned CURL handle.
-class CurlSocket : public arc_networkd::Socket {
+class CurlSocket : public patchpanel::Socket {
public:
CurlSocket(base::ScopedFD fd, ScopedCurlEasyhandle curl_easyhandle);
CurlSocket(const CurlSocket&) = delete;