Index: services/shell/connect_util.h |
diff --git a/mojo/shell/connect_util.h b/services/shell/connect_util.h |
similarity index 87% |
rename from mojo/shell/connect_util.h |
rename to services/shell/connect_util.h |
index d7f629c4cdcde56d1d1220177148e4efa1578566..2d4f9382acf4d8f976a0ff449cb3cbbfd1332c3b 100644 |
--- a/mojo/shell/connect_util.h |
+++ b/services/shell/connect_util.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MOJO_SHELL_CONNECT_UTIL_H_ |
-#define MOJO_SHELL_CONNECT_UTIL_H_ |
+#ifndef SERVICES_SHELL_CONNECT_UTIL_H_ |
+#define SERVICES_SHELL_CONNECT_UTIL_H_ |
#include "mojo/public/cpp/bindings/interface_ptr.h" |
#include "mojo/public/cpp/system/handle.h" |
-#include "mojo/shell/public/cpp/identity.h" |
-#include "mojo/shell/public/interfaces/connector.mojom.h" |
+#include "services/shell/public/cpp/identity.h" |
+#include "services/shell/public/interfaces/connector.mojom.h" |
namespace mojo { |
namespace shell { |
@@ -47,5 +47,4 @@ inline void ConnectToInterface(Shell* shell, |
} // namespace shell |
} // namespace mojo |
- |
-#endif // MOJO_SHELL_CONNECT_UTIL_H_ |
+#endif // SERVICES_SHELL_CONNECT_UTIL_H_ |