| Index: ios/web/web_state/crw_pass_kit_downloader_unittest.mm
|
| diff --git a/ios/web/web_state/crw_pass_kit_downloader_unittest.mm b/ios/web/web_state/crw_pass_kit_downloader_unittest.mm
|
| index b7bf7ac4fdff645c58a9ac219d8f2f848959349b..d832d327137aa7015630cb1d652a5f8f1fa9c580 100644
|
| --- a/ios/web/web_state/crw_pass_kit_downloader_unittest.mm
|
| +++ b/ios/web/web_state/crw_pass_kit_downloader_unittest.mm
|
| @@ -4,12 +4,12 @@
|
|
|
| #import "ios/web/web_state/crw_pass_kit_downloader.h"
|
|
|
| -#import <Foundation/Foundation.h>
|
| +#import <UIKit/UIKit.h>
|
|
|
| #include <memory>
|
|
|
| #import "base/mac/scoped_nsobject.h"
|
| -#import "ios/web/test/web_test.h"
|
| +#include "ios/web/public/test/web_test.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/http/http_response_headers.h"
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
|
|