| Index: mojo/common/string16.mojom
|
| diff --git a/mojo/common/string16.mojom b/mojo/common/string16.mojom
|
| index 173c8670cd151ea2ee45cd66027a3306b6012365..08c39e76736c6a93fed26b677d876287fb24d930 100644
|
| --- a/mojo/common/string16.mojom
|
| +++ b/mojo/common/string16.mojom
|
| @@ -6,7 +6,7 @@ module mojo.common.mojom;
|
|
|
| // Corresponds to |base::string16| in base/strings/string16.h
|
| // Corresponds to |WTF::String| in
|
| -// third_party/WebKit/Source/wtf/text/WTFString.h.
|
| +// third_party/WebKit/Source/platform/wtf/text/WTFString.h.
|
| struct String16 {
|
| array<uint16> data;
|
| };
|
|
|