| Index: ios/web/browser_state_web_view_partition_inttest.mm
|
| diff --git a/ios/web/browser_state_web_view_partition_inttest.mm b/ios/web/browser_state_web_view_partition_inttest.mm
|
| index f8fb5e983738b06f9407dd83aee31128c6efe7d0..8ce02976285fb4829946fcd3513ad977519fd490 100644
|
| --- a/ios/web/browser_state_web_view_partition_inttest.mm
|
| +++ b/ios/web/browser_state_web_view_partition_inttest.mm
|
| @@ -10,16 +10,16 @@
|
| #include "base/mac/foundation_util.h"
|
| #import "base/mac/scoped_nsobject.h"
|
| #include "base/memory/ptr_util.h"
|
| -#include "base/test/ios/wait_util.h"
|
| +#import "base/test/ios/wait_util.h"
|
| #include "ios/web/public/browser_state.h"
|
| #import "ios/web/public/test/http_server.h"
|
| #import "ios/web/public/test/js_test_util.h"
|
| -#include "ios/web/public/test/response_providers/string_response_provider.h"
|
| +#import "ios/web/public/test/response_providers/string_response_provider.h"
|
| #import "ios/web/public/web_view_creation_util.h"
|
| #import "ios/web/test/web_int_test.h"
|
| #import "net/base/mac/url_conversions.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "testing/gtest_mac.h"
|
| +#import "testing/gtest_mac.h"
|
|
|
| // A WKNavigationDelegate that is used to check if a WKWebView has finished
|
| // a navigation. Used for testing purposes.
|
|
|