| Index: ios/chrome/browser/ui/keyboard_commands_egtest.mm
|
| diff --git a/ios/chrome/browser/ui/keyboard_commands_egtest.mm b/ios/chrome/browser/ui/keyboard_commands_egtest.mm
|
| index 971ce430ada7a6cfa6c301894018e9c9b38f71c2..2b72f680a6b7113dfb55c1a0a9a6cc1661412b20 100644
|
| --- a/ios/chrome/browser/ui/keyboard_commands_egtest.mm
|
| +++ b/ios/chrome/browser/ui/keyboard_commands_egtest.mm
|
| @@ -21,8 +21,8 @@
|
| #import "ios/chrome/test/earl_grey/chrome_earl_grey_ui.h"
|
| #import "ios/chrome/test/earl_grey/chrome_matchers.h"
|
| #import "ios/chrome/test/earl_grey/chrome_test_case.h"
|
| -#import "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"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
|
|