| 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 770cb5fc45af1b9faca0cc0abe3032e7e1592621..3619109dde138b85c0a0633a907e07ce6668ec6a 100644
|
| --- a/chrome/browser/ui/webui/browsing_history_handler.cc
|
| +++ b/chrome/browser/ui/webui/browsing_history_handler.cc
|
| @@ -48,8 +48,8 @@
|
| #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/device_info/device_info.h"
|
| +#include "components/sync/device_info/device_info_tracker.h"
|
| #include "components/sync/protocol/history_delete_directive_specifics.pb.h"
|
| #include "components/sync/protocol/sync_enums.pb.h"
|
| #include "components/url_formatter/url_formatter.h"
|
|
|