| Index: extensions/browser/guest_view/web_view/web_view_guest.cc
|
| diff --git a/extensions/browser/guest_view/web_view/web_view_guest.cc b/extensions/browser/guest_view/web_view/web_view_guest.cc
|
| index 2335be015dcd37ca5c2769198fbd46432a68c90d..6e9751d58915840ce32264c05dd672774c9c1a59 100644
|
| --- a/extensions/browser/guest_view/web_view/web_view_guest.cc
|
| +++ b/extensions/browser/guest_view/web_view/web_view_guest.cc
|
| @@ -13,7 +13,7 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| -#include "components/browsing_data/storage_partition_http_cache_data_remover.h"
|
| +#include "components/browsing_data/content/storage_partition_http_cache_data_remover.h"
|
| #include "components/guest_view/browser/guest_view_event.h"
|
| #include "components/guest_view/browser/guest_view_manager.h"
|
| #include "components/guest_view/common/guest_view_constants.h"
|
|
|