| Index: ios/web_view/internal/cwv_web_view.mm
|
| diff --git a/ios/web_view/internal/cwv_web_view.mm b/ios/web_view/internal/cwv_web_view.mm
|
| index b306aa8e1319bfe6ea3220ea17e3a1b5e4e2988f..af3ef6c5058fd5dbb58b03c60df7c281e8a1475c 100644
|
| --- a/ios/web_view/internal/cwv_web_view.mm
|
| +++ b/ios/web_view/internal/cwv_web_view.mm
|
| @@ -18,11 +18,11 @@
|
| #import "ios/web/public/web_state/web_state_delegate_bridge.h"
|
| #import "ios/web/public/web_state/web_state_observer_bridge.h"
|
| #include "ios/web_view/internal/criwv_browser_state.h"
|
| -#import "ios/web_view/internal/criwv_website_data_store_internal.h"
|
| +#import "ios/web_view/internal/cwv_website_data_store_internal.h"
|
| #import "ios/web_view/internal/translate/criwv_translate_client.h"
|
| #import "ios/web_view/public/criwv_web_view_configuration.h"
|
| #import "ios/web_view/public/criwv_web_view_delegate.h"
|
| -#import "ios/web_view/public/criwv_website_data_store.h"
|
| +#import "ios/web_view/public/cwv_website_data_store.h"
|
| #import "net/base/mac/url_conversions.h"
|
| #include "ui/base/page_transition_types.h"
|
| #include "url/gurl.h"
|
|
|