| Index: third_party/WebKit/Source/platform/mojo/String.typemap
|
| diff --git a/third_party/WebKit/Source/platform/mojo/String.typemap b/third_party/WebKit/Source/platform/mojo/String.typemap
|
| index 9120473895eca054698c34fe5898dd0eac6f6b60..5ec73c82c4b1e791ddcdedb7cea562b4e02fd452 100644
|
| --- a/third_party/WebKit/Source/platform/mojo/String.typemap
|
| +++ b/third_party/WebKit/Source/platform/mojo/String.typemap
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| mojom = "//mojo/common/string16.mojom"
|
| -public_headers = [ "//third_party/WebKit/Source/wtf/text/WTFString.h" ]
|
| +public_headers = [ "//third_party/WebKit/Source/platform/wtf/text/WTFString.h" ]
|
| traits_headers = [ "//third_party/WebKit/Source/platform/mojo/CommonCustomTypesStructTraits.h" ]
|
| type_mappings =
|
| [ "mojo.common.mojom.String16=WTF::String[nullable_is_same_type]" ]
|
|
|