| Index: chrome/browser/ui/webui/browsing_history_handler.cc
|
| diff --git a/chrome/browser/ui/webui/browsing_history_handler.cc b/chrome/browser/ui/webui/browsing_history_handler.cc
|
| index 1d077ead9c228c00a3ec5eaa01a89b235f77d805..770cb5fc45af1b9faca0cc0abe3032e7e1592621 100644
|
| --- a/chrome/browser/ui/webui/browsing_history_handler.cc
|
| +++ b/chrome/browser/ui/webui/browsing_history_handler.cc
|
| @@ -48,10 +48,10 @@
|
| #include "components/keyed_service/core/service_access_type.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/query_parser/snippet.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 "content/public/browser/url_data_source.h"
|
| #include "content/public/browser/web_ui.h"
|
|
|