| Index: third_party/grpc/src/objective-c/tests/Tests.m
|
| diff --git a/third_party/WebKit/Source/core/dom/StringCallback.idl b/third_party/grpc/src/objective-c/tests/Tests.m
|
| similarity index 90%
|
| copy from third_party/WebKit/Source/core/dom/StringCallback.idl
|
| copy to third_party/grpc/src/objective-c/tests/Tests.m
|
| index b26a090d1b8edcfe1efa663e922c6c37f0fa7426..b821d3872060a6a6977e462bafcb9423c2e12b29 100644
|
| --- a/third_party/WebKit/Source/core/dom/StringCallback.idl
|
| +++ b/third_party/grpc/src/objective-c/tests/Tests.m
|
| @@ -1,5 +1,7 @@
|
| /*
|
| - * Copyright (C) 2011 Google Inc. All rights reserved.
|
| + *
|
| + * Copyright 2015, Google Inc.
|
| + * All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are
|
| @@ -26,8 +28,13 @@
|
| * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| + *
|
| */
|
|
|
| -callback interface StringCallback {
|
| - void handleEvent(DOMString data);
|
| -};
|
| +#import <Foundation/Foundation.h>
|
| +
|
| +@interface Tests : NSObject
|
| +@end
|
| +
|
| +@implementation Tests
|
| +@end
|
|
|