| Index: net/socket/unix_domain_socket_posix.cc
|
| diff --git a/net/base/unix_domain_socket_posix.cc b/net/socket/unix_domain_socket_posix.cc
|
| similarity index 99%
|
| rename from net/base/unix_domain_socket_posix.cc
|
| rename to net/socket/unix_domain_socket_posix.cc
|
| index 819b94c6c3c9f28608d7b7d2bc6159cb34219e28..3f65b08bee3d18e8a32eace097014683ef7ece91 100644
|
| --- a/net/base/unix_domain_socket_posix.cc
|
| +++ b/net/socket/unix_domain_socket_posix.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/base/unix_domain_socket_posix.h"
|
| +#include "net/socket/unix_domain_socket_posix.h"
|
|
|
| #include <cstring>
|
| #include <string>
|
|
|