Chromium Code Reviews| 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> |
|
rohitrao (ping after 24h)
2016/04/26 11:40:58
#import <Foundation/Foundation.h>
Because that's
justincohen
2016/04/26 12:27:54
Done.
|
| +#import <XCTest/XCTest.h> |
| -window['chrome'] = window ['chrome'] || {}; |
| +@interface EmptyFile : NSObject |
| +@end |
| +@implementation EmptyFile |
| +@end |