Index: shell/domain_socket/unix_domain_server_socket_posix.h |
diff --git a/mojo/shell/domain_socket/unix_domain_server_socket_posix.h b/shell/domain_socket/unix_domain_server_socket_posix.h |
similarity index 88% |
rename from mojo/shell/domain_socket/unix_domain_server_socket_posix.h |
rename to shell/domain_socket/unix_domain_server_socket_posix.h |
index d741f4d0f274f90e90c6623741ba2efd47ba8f0c..ebb1f9fcbc521f64ea4698cc82c0aae671978eb2 100644 |
--- a/mojo/shell/domain_socket/unix_domain_server_socket_posix.h |
+++ b/shell/domain_socket/unix_domain_server_socket_posix.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MOJO_SHELL_DOMAIN_SOCKET_UNIX_DOMAIN_SERVER_SOCKET_POSIX_H_ |
-#define MOJO_SHELL_DOMAIN_SOCKET_UNIX_DOMAIN_SERVER_SOCKET_POSIX_H_ |
+#ifndef SHELL_DOMAIN_SOCKET_UNIX_DOMAIN_SERVER_SOCKET_POSIX_H_ |
+#define SHELL_DOMAIN_SOCKET_UNIX_DOMAIN_SERVER_SOCKET_POSIX_H_ |
#include <sys/types.h> |
@@ -13,8 +13,8 @@ |
#include "base/callback.h" |
#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
-#include "mojo/shell/domain_socket/completion_callback.h" |
-#include "mojo/shell/domain_socket/socket_descriptor.h" |
+#include "shell/domain_socket/completion_callback.h" |
+#include "shell/domain_socket/socket_descriptor.h" |
namespace mojo { |
namespace shell { |
@@ -77,4 +77,4 @@ class UnixDomainServerSocket { |
} // namespace shell |
} // namespace mojo |
-#endif // MOJO_SHELL_DOMAIN_SOCKET_UNIX_DOMAIN_SOCKET_POSIX_H_ |
+#endif // SHELL_DOMAIN_SOCKET_UNIX_DOMAIN_SERVER_SOCKET_POSIX_H_ |