Index: shell/domain_socket/socket_libevent.h |
diff --git a/mojo/shell/domain_socket/socket_libevent.h b/shell/domain_socket/socket_libevent.h |
similarity index 93% |
rename from mojo/shell/domain_socket/socket_libevent.h |
rename to shell/domain_socket/socket_libevent.h |
index 8fc8395a8c969ca0a8992c67b96dcb2cdc797143..4a84f408f0ac1e0e31396210e4841d8ab2d8b247 100644 |
--- a/mojo/shell/domain_socket/socket_libevent.h |
+++ b/shell/domain_socket/socket_libevent.h |
@@ -2,11 +2,11 @@ |
// 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_SOCKET_LIBEVENT_H_ |
-#define MOJO_SHELL_DOMAIN_SOCKET_SOCKET_LIBEVENT_H_ |
+#ifndef SHELL_DOMAIN_SOCKET_SOCKET_LIBEVENT_H_ |
+#define SHELL_DOMAIN_SOCKET_SOCKET_LIBEVENT_H_ |
-#include <sys/types.h> |
#include <sys/socket.h> |
+#include <sys/types.h> |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
@@ -15,8 +15,8 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/message_loop/message_loop.h" |
#include "base/threading/thread_checker.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 { |
@@ -116,4 +116,4 @@ class SocketLibevent : public base::MessageLoopForIO::Watcher { |
} // namespace shell |
} // namespace mojo |
-#endif // MOJO_SHELL_DOMAIN_SOCKET_SOCKET_LIBEVENT_H_ |
+#endif // SHELL_DOMAIN_SOCKET_SOCKET_LIBEVENT_H_ |