| 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 fadac4a931db7cfaa6158a59738e673bbe23cebb..37c52034e2eb02ad8dc39377df9d9c196834bbfd 100644
|
| --- a/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
|
| +++ b/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
|
| @@ -27,10 +27,10 @@
|
| #include "components/history/core/browser/web_history_service.h"
|
| #include "components/keyed_service/core/service_access_type.h"
|
| #include "components/prefs/pref_service.h"
|
| +#include "components/strings/grit/components_strings.h"
|
| #include "components/sync_driver/device_info.h"
|
| #include "components/sync_driver/device_info_tracker.h"
|
| #include "components/url_formatter/url_formatter.h"
|
| -#include "grit/components_strings.h"
|
| #include "ios/chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "ios/chrome/browser/browser_state/chrome_browser_state.h"
|
| #include "ios/chrome/browser/chrome_url_constants.h"
|
|
|