| Index: services/shell/public/cpp/shell_client.h
|
| diff --git a/mojo/shell/public/cpp/shell_client.h b/services/shell/public/cpp/shell_client.h
|
| similarity index 89%
|
| rename from mojo/shell/public/cpp/shell_client.h
|
| rename to services/shell/public/cpp/shell_client.h
|
| index aff1aac40ed5797f7c6b66462d47ccb49115eec6..1c9f4e4a13dd444a424a250b932a71fdf8ccb01d 100644
|
| --- a/mojo/shell/public/cpp/shell_client.h
|
| +++ b/services/shell/public/cpp/shell_client.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_PUBLIC_CPP_SHELL_CLIENT_H_
|
| -#define MOJO_SHELL_PUBLIC_CPP_SHELL_CLIENT_H_
|
| +#ifndef SERVICES_SHELL_PUBLIC_CPP_SHELL_CLIENT_H_
|
| +#define SERVICES_SHELL_PUBLIC_CPP_SHELL_CLIENT_H_
|
|
|
| #include <stdint.h>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| -#include "mojo/shell/public/cpp/connection.h"
|
| -#include "mojo/shell/public/cpp/identity.h"
|
| +#include "services/shell/public/cpp/connection.h"
|
| +#include "services/shell/public/cpp/identity.h"
|
|
|
| namespace mojo {
|
|
|
| @@ -57,4 +57,4 @@ class ShellClient {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_PUBLIC_CPP_SHELL_CLIENT_H_
|
| +#endif // SERVICES_SHELL_PUBLIC_CPP_SHELL_CLIENT_H_
|
|
|