Chromium Code Reviews| Index: test/mac/swift/AppDelegate.h |
| diff --git a/test/mac/swift/AppDelegate.h b/test/mac/swift/AppDelegate.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9be8356fc1ee8c705a5c7b5ebf70a982d7951e06 |
| --- /dev/null |
| +++ b/test/mac/swift/AppDelegate.h |
| @@ -0,0 +1,5 @@ |
| +#import <Cocoa/Cocoa.h> |
| + |
| +@interface AppDelegate : NSObject <NSApplicationDelegate> |
| +@end |
| + |