| Index: shell/external_application_listener_posix.h
|
| diff --git a/mojo/shell/external_application_listener_posix.h b/shell/external_application_listener_posix.h
|
| similarity index 92%
|
| rename from mojo/shell/external_application_listener_posix.h
|
| rename to shell/external_application_listener_posix.h
|
| index 725f734de4107af0890765025d2a0719c4c86c98..13e671a6103db0ad807e3df1dd35e8238a4d7fcd 100644
|
| --- a/mojo/shell/external_application_listener_posix.h
|
| +++ b/shell/external_application_listener_posix.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_EXTERNAL_APPLICATION_LISTENER_POSIX_H_
|
| -#define MOJO_SHELL_EXTERNAL_APPLICATION_LISTENER_POSIX_H_
|
| +#ifndef SHELL_EXTERNAL_APPLICATION_LISTENER_POSIX_H_
|
| +#define SHELL_EXTERNAL_APPLICATION_LISTENER_POSIX_H_
|
|
|
| -#include "mojo/shell/external_application_listener.h"
|
| +#include "shell/external_application_listener.h"
|
|
|
| #include "base/callback.h"
|
| #include "base/files/file_path.h"
|
| @@ -17,9 +17,9 @@
|
| #include "base/threading/thread_checker.h"
|
| #include "mojo/edk/embedder/channel_init.h"
|
| #include "mojo/public/interfaces/application/shell.mojom.h"
|
| -#include "mojo/shell/domain_socket/socket_descriptor.h"
|
| -#include "mojo/shell/external_application_registrar.mojom.h"
|
| -#include "mojo/shell/incoming_connection_listener_posix.h"
|
| +#include "shell/domain_socket/socket_descriptor.h"
|
| +#include "shell/external_application_registrar.mojom.h"
|
| +#include "shell/incoming_connection_listener_posix.h"
|
| #include "url/gurl.h"
|
|
|
| namespace mojo {
|
| @@ -126,4 +126,4 @@ class ExternalApplicationListenerPosix
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_EXTERNAL_APPLICATION_LISTENER_POSIX_H_
|
| +#endif // SHELL_EXTERNAL_APPLICATION_LISTENER_POSIX_H_
|
|
|