Index: url/mojo/gurl.typemap |
diff --git a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h b/url/mojo/gurl.typemap |
similarity index 54% |
copy from tools/clang/rewrite_to_chrome_style/tests/gen/thing.h |
copy to url/mojo/gurl.typemap |
index 772eaacd59a6b96469422af12a3cc7172a92eca5..852baf6a9c2758154366c4e8475dd783c9faebcf 100644 |
--- a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h |
+++ b/url/mojo/gurl.typemap |
@@ -1,7 +1,14 @@ |
-// Copyright 2016 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-namespace blink { |
-void genThing(); |
-} |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+{ |
+ "c++": { |
+ "url.mojom.Url": { |
+ "typename": "GURL", |
+ "headers": [ |
+ "url/mojo/url_gurl.h" |
+ ] |
+ } |
+ } |
+} |