Chromium Code Reviews| Index: test/mac/swift/swift_mac-Bridging-Header.h |
| diff --git a/test/mac/swift/swift_mac-Bridging-Header.h b/test/mac/swift/swift_mac-Bridging-Header.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ef9d204457c38cbee057b7f127801a74de4dc8bc |
| --- /dev/null |
| +++ b/test/mac/swift/swift_mac-Bridging-Header.h |
| @@ -0,0 +1,3 @@ |
| +@class MyObjcClass; |
| + |
| +#import "MyObjcClass.h" |