Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(992)

Unified Diff: third_party/WebKit/Source/platform/mojo/String.typemap

Issue 2822953002: Remove old wtf/ directory. (Closed)
Patch Set: Fixup *.typemap files. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/loader/BUILD.gn ('k') | third_party/WebKit/Source/platform/wtf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]" ]
« no previous file with comments | « third_party/WebKit/Source/platform/loader/BUILD.gn ('k') | third_party/WebKit/Source/platform/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698