| Index: ios/chrome/browser/ui/qr_scanner/qr_scanner_view_controller_egtest.mm
|
| diff --git a/ios/chrome/browser/ui/qr_scanner/qr_scanner_view_controller_egtest.mm b/ios/chrome/browser/ui/qr_scanner/qr_scanner_view_controller_egtest.mm
|
| index 31aabe36b105c3c4bc0d41e5ab13b76fb8ad48ff..f74e409b3fcb08c20b66f93c94c6634df272cb1f 100644
|
| --- a/ios/chrome/browser/ui/qr_scanner/qr_scanner_view_controller_egtest.mm
|
| +++ b/ios/chrome/browser/ui/qr_scanner/qr_scanner_view_controller_egtest.mm
|
| @@ -28,8 +28,8 @@
|
| #import "ios/chrome/test/earl_grey/chrome_matchers.h"
|
| #import "ios/chrome/test/earl_grey/chrome_test_case.h"
|
| #include "ios/shared/chrome/browser/ui/omnibox/location_bar_delegate.h"
|
| -#include "ios/web/public/test/http_server.h"
|
| -#include "ios/web/public/test/http_server_util.h"
|
| +#import "ios/web/public/test/http_server/http_server.h"
|
| +#include "ios/web/public/test/http_server/http_server_util.h"
|
| #import "third_party/ocmock/OCMock/OCMock.h"
|
| #import "ui/base/l10n/l10n_util.h"
|
| #import "ui/base/l10n/l10n_util_mac.h"
|
|
|