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