Index: shell/domain_socket/unix_domain_client_socket_posix.h |
diff --git a/mojo/shell/domain_socket/unix_domain_client_socket_posix.h b/shell/domain_socket/unix_domain_client_socket_posix.h |
similarity index 85% |
rename from mojo/shell/domain_socket/unix_domain_client_socket_posix.h |
rename to shell/domain_socket/unix_domain_client_socket_posix.h |
index cbe5fa426c211a92ff82b70bedb7fe1b9dd8b1aa..719f9e48764379b18506147887ffd73bd7ba5520 100644 |
--- a/mojo/shell/domain_socket/unix_domain_client_socket_posix.h |
+++ b/shell/domain_socket/unix_domain_client_socket_posix.h |
@@ -2,16 +2,16 @@ |
// 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_CLIENT_SOCKET_POSIX_H_ |
-#define MOJO_SHELL_DOMAIN_SOCKET_UNIX_DOMAIN_CLIENT_SOCKET_POSIX_H_ |
+#ifndef SHELL_DOMAIN_SOCKET_UNIX_DOMAIN_CLIENT_SOCKET_POSIX_H_ |
+#define SHELL_DOMAIN_SOCKET_UNIX_DOMAIN_CLIENT_SOCKET_POSIX_H_ |
#include <string> |
#include "base/basictypes.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 { |
@@ -59,4 +59,4 @@ class UnixDomainClientSocket { |
} // namespace shell |
} // namespace mojo |
-#endif // MOJO_SHELL_DOMAIN_SOCKET_UNIX_DOMAIN_CLIENT_SOCKET_POSIX_H_ |
+#endif // SHELL_DOMAIN_SOCKET_UNIX_DOMAIN_CLIENT_SOCKET_POSIX_H_ |