Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(659)

Unified Diff: third_party/grpc/src/objective-c/tests/Tests.m

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698