| Index: shell/domain_socket/unix_domain_client_socket_posix.cc
|
| diff --git a/mojo/shell/domain_socket/unix_domain_client_socket_posix.cc b/shell/domain_socket/unix_domain_client_socket_posix.cc
|
| similarity index 95%
|
| rename from mojo/shell/domain_socket/unix_domain_client_socket_posix.cc
|
| rename to shell/domain_socket/unix_domain_client_socket_posix.cc
|
| index ba941b0e3b5784194660c3ca9594115e50095c83..173395064ca6dcbbda6d9d074305d60a40a193d8 100644
|
| --- a/mojo/shell/domain_socket/unix_domain_client_socket_posix.cc
|
| +++ b/shell/domain_socket/unix_domain_client_socket_posix.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/shell/domain_socket/unix_domain_client_socket_posix.h"
|
| +#include "shell/domain_socket/unix_domain_client_socket_posix.h"
|
|
|
| #include <sys/socket.h>
|
| #include <sys/un.h>
|
|
|
| #include "base/logging.h"
|
| #include "base/posix/eintr_wrapper.h"
|
| -#include "mojo/shell/domain_socket/net_errors.h"
|
| -#include "mojo/shell/domain_socket/socket_libevent.h"
|
| +#include "shell/domain_socket/net_errors.h"
|
| +#include "shell/domain_socket/socket_libevent.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
|
|