Index: ios/web/shell/test/shell_test.mm |
diff --git a/ios/web/webui/resources/web_ui_base.js b/ios/web/shell/test/shell_test.mm |
similarity index 58% |
copy from ios/web/webui/resources/web_ui_base.js |
copy to ios/web/shell/test/shell_test.mm |
index d5da207180e762dc4a02c55d4a1e123d8e4197e9..5b4cddc172c1c4cafc6884d64c1f2cf5e1514915 100644 |
--- a/ios/web/webui/resources/web_ui_base.js |
+++ b/ios/web/shell/test/shell_test.mm |
@@ -2,7 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-goog.provide('__crWeb.webUIBase'); |
+#import <UIKit/UIKit.h> |
+#import <XCTest/XCTest.h> |
-window['chrome'] = window ['chrome'] || {}; |
+@interface EmptyFile : NSObject |
+@end |
+@implementation EmptyFile |
+@end |