| 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 338e1a6c6080a9d4988a6f94313e8f60801ad19e..74308017f5642ba08dcc5dfa4684cda1f3472e13 100644
|
| --- a/chrome/browser/ui/webui/browsing_history_handler.cc
|
| +++ b/chrome/browser/ui/webui/browsing_history_handler.cc
|
| @@ -48,14 +48,14 @@
|
| #include "components/keyed_service/core/service_access_type.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/query_parser/snippet.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"
|
| #include "grit/components_strings.h"
|
| -#include "sync/protocol/history_delete_directive_specifics.pb.h"
|
| -#include "sync/protocol/sync_enums.pb.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/l10n/time_format.h"
|
|
|
|
|