| Index: ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
|
| diff --git a/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc b/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
|
| index da99c558b76c8785dadc16ffe8085473e6ca1d04..85f2f40e7c4677754f9f377f7598854a100463f6 100644
|
| --- a/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
|
| +++ b/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
|
| @@ -20,7 +20,7 @@
|
| #include "base/values.h"
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| #include "components/bookmarks/browser/bookmark_utils.h"
|
| -#include "components/browser_sync/browser/profile_sync_service.h"
|
| +#include "components/browser_sync/profile_sync_service.h"
|
| #include "components/browsing_data_ui/history_notice_utils.h"
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/history/core/browser/history_types.h"
|
|
|