Index: sky/shell/ios/sky_view_controller.h |
diff --git a/mojo/public/interfaces/network/network_error.mojom b/sky/shell/ios/sky_view_controller.h |
similarity index 68% |
copy from mojo/public/interfaces/network/network_error.mojom |
copy to sky/shell/ios/sky_view_controller.h |
index 95b6cd17ff17463de88b92fb30ed19f1d6a89be7..d82b6cd242ae3a2341e7fd0373a3ec929f77097a 100644 |
--- a/mojo/public/interfaces/network/network_error.mojom |
+++ b/sky/shell/ios/sky_view_controller.h |
@@ -2,11 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module mojo; |
- |
-struct NetworkError { |
- int32 code; |
- string? description; |
-}; |
+#import <UIKit/UIKit.h> |
+@interface SkyViewController : UIViewController |
+@end |