Index: tools/android/forwarder2/socket.cc |
diff --git a/tools/android/forwarder2/socket.cc b/tools/android/forwarder2/socket.cc |
index acaebf1bd154a87bf5a97e26c3749869ba66dcc8..dbc31e3d481edbbb9539d96491b75f84ca82e730 100644 |
--- a/tools/android/forwarder2/socket.cc |
+++ b/tools/android/forwarder2/socket.cc |
@@ -122,7 +122,7 @@ bool Socket::InitUnixSocket(const std::string& path, bool abstract) { |
family_ = PF_UNIX; |
addr_.addr_un.sun_family = family_; |
if (abstract) { |
- // Copied from net/base/unix_domain_socket_posix.cc |
+ // Copied from net/socket/unix_domain_socket_posix.cc |
// Convert the path given into abstract socket name. It must start with |
// the '\0' character, so we are adding it. |addr_len| must specify the |
// length of the structure exactly, as potentially the socket name may |