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

Unified Diff: shell/incoming_connection_listener_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
« no previous file with comments | « shell/in_process_dynamic_service_runner_unittest.cc ('k') | shell/incoming_connection_listener_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/incoming_connection_listener_posix.h
diff --git a/mojo/shell/incoming_connection_listener_posix.h b/shell/incoming_connection_listener_posix.h
similarity index 86%
rename from mojo/shell/incoming_connection_listener_posix.h
rename to shell/incoming_connection_listener_posix.h
index b7225c98a45bfbaf8d93fa3c5b98b8b9d1c631dd..ffd13967e39d1c699552706fb59e590881181f6e 100644
--- a/mojo/shell/incoming_connection_listener_posix.h
+++ b/shell/incoming_connection_listener_posix.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SHELL_INCOMING_CONNECTION_LISTENER_POSIX_H_
-#define MOJO_SHELL_INCOMING_CONNECTION_LISTENER_POSIX_H_
+#ifndef SHELL_INCOMING_CONNECTION_LISTENER_POSIX_H_
+#define SHELL_INCOMING_CONNECTION_LISTENER_POSIX_H_
#include "base/files/file_path.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
-#include "mojo/shell/domain_socket/socket_descriptor.h"
-#include "mojo/shell/domain_socket/unix_domain_server_socket_posix.h"
+#include "shell/domain_socket/socket_descriptor.h"
+#include "shell/domain_socket/unix_domain_server_socket_posix.h"
namespace mojo {
namespace shell {
@@ -24,7 +24,7 @@ class IncomingConnectionListenerPosix {
virtual ~Delegate() {} // Abstract base class, so this is safe.
// Called when listening has started. rv is from
- // mojo/shell/domain_socket/net_error_list.h
+ // shell/domain_socket/net_error_list.h
virtual void OnListening(int rv) = 0;
// Called every time an incoming connection is accepted. The delegate
@@ -70,4 +70,4 @@ class IncomingConnectionListenerPosix {
} // namespace shell
} // namespace mojo
-#endif // MOJO_SHELL_INCOMING_CONNECTION_LISTENER_POSIX_H_
+#endif // SHELL_INCOMING_CONNECTION_LISTENER_POSIX_H_
« no previous file with comments | « shell/in_process_dynamic_service_runner_unittest.cc ('k') | shell/incoming_connection_listener_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698