| 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 19ae4937528a05ef1ae58a9a13cd8b7d39766851..f422b18249e4770ff872732c2725a82d215583fe 100644
|
| --- a/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
|
| +++ b/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc
|
| @@ -28,10 +28,10 @@
|
| #include "components/history/core/browser/web_history_service.h"
|
| #include "components/keyed_service/core/service_access_type.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/sync/protocol/history_delete_directive_specifics.pb.h"
|
| #include "components/sync/protocol/sync_enums.pb.h"
|
| -#include "components/sync_driver/device_info.h"
|
| -#include "components/sync_driver/device_info_tracker.h"
|
| #include "components/url_formatter/url_formatter.h"
|
| #include "ios/chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "ios/chrome/browser/browser_state/chrome_browser_state.h"
|
|
|