Index: mojo/public/cpp/bindings/type_converter.h |
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/type_converter.h b/mojo/public/cpp/bindings/type_converter.h |
similarity index 92% |
rename from third_party/mojo/src/mojo/public/cpp/bindings/type_converter.h |
rename to mojo/public/cpp/bindings/type_converter.h |
index 431a4da5770941c2ba5b520daf7e2c7af72e3c03..ff94cdadd3a463606a0fac650f4fbe5fde9b6a1f 100644 |
--- a/third_party/mojo/src/mojo/public/cpp/bindings/type_converter.h |
+++ b/mojo/public/cpp/bindings/type_converter.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 THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_TYPE_CONVERTER_H_ |
-#define THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_TYPE_CONVERTER_H_ |
+#ifndef MOJO_PUBLIC_CPP_BINDINGS_TYPE_CONVERTER_H_ |
+#define MOJO_PUBLIC_CPP_BINDINGS_TYPE_CONVERTER_H_ |
namespace mojo { |
@@ -89,4 +89,4 @@ inline T ConvertTo(const U& obj) { |
} // namespace mojo |
-#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_TYPE_CONVERTER_H_ |
+#endif // MOJO_PUBLIC_CPP_BINDINGS_TYPE_CONVERTER_H_ |