Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1069)

Unified Diff: shell/domain_socket/socket_libevent.h

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « shell/domain_socket/socket_descriptor.h ('k') | shell/domain_socket/socket_libevent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « shell/domain_socket/socket_descriptor.h ('k') | shell/domain_socket/socket_libevent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698