Index: mojo/application/public/cpp/lib/service_connector_registry.h |
diff --git a/third_party/mojo/src/mojo/public/cpp/application/lib/service_connector_registry.h b/mojo/application/public/cpp/lib/service_connector_registry.h |
similarity index 91% |
rename from third_party/mojo/src/mojo/public/cpp/application/lib/service_connector_registry.h |
rename to mojo/application/public/cpp/lib/service_connector_registry.h |
index cc09aca32c7b4e5351143d7c3f7ac9fb88684eb9..b19635363e5eb0a9e4c0da1d60917189daa72c6b 100644 |
--- a/third_party/mojo/src/mojo/public/cpp/application/lib/service_connector_registry.h |
+++ b/mojo/application/public/cpp/lib/service_connector_registry.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_PUBLIC_CPP_APPLICATION_LIB_SERVICE_CONNECTOR_REGISTRY_H_ |
-#define MOJO_PUBLIC_CPP_APPLICATION_LIB_SERVICE_CONNECTOR_REGISTRY_H_ |
+#ifndef MOJO_APPLICATION_PUBLIC_CPP_LIB_SERVICE_CONNECTOR_REGISTRY_H_ |
+#define MOJO_APPLICATION_PUBLIC_CPP_LIB_SERVICE_CONNECTOR_REGISTRY_H_ |
#include <map> |
#include <string> |
@@ -59,4 +59,4 @@ class ServiceConnectorRegistry { |
} // namespace internal |
} // namespace mojo |
-#endif // MOJO_PUBLIC_CPP_APPLICATION_LIB_SERVICE_CONNECTOR_REGISTRY_H_ |
+#endif // MOJO_APPLICATION_PUBLIC_CPP_LIB_SERVICE_CONNECTOR_REGISTRY_H_ |