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

Unified Diff: shell/domain_socket/unix_domain_server_socket_posix.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
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_

Powered by Google App Engine
This is Rietveld 408576698