Index: third_party/grpc/src/objective-c/examples/Sample/Sample/AppDelegate.m |
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceDocument.idl b/third_party/grpc/src/objective-c/examples/Sample/Sample/AppDelegate.m |
similarity index 92% |
copy from third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceDocument.idl |
copy to third_party/grpc/src/objective-c/examples/Sample/Sample/AppDelegate.m |
index 2a687e871a44bace871a2d7b65243bbbdedc7339..a38e36651ed276cf24213087348cd932c5164ba8 100644 |
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceDocument.idl |
+++ b/third_party/grpc/src/objective-c/examples/Sample/Sample/AppDelegate.m |
@@ -1,5 +1,7 @@ |
/* |
- * Copyright (C) 2014 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,7 +28,10 @@ |
* 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. |
+ * |
*/ |
-interface TestInterfaceDocument : Document { |
-}; |
+#import "AppDelegate.h" |
+ |
+@implementation AppDelegate |
+@end |