| 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 447282b8f14fe5a6455ce68491c140c44b88931b..4f2ad78a41a59dc06bc1d28f70cc8491e7441802 100644
|
| --- a/chrome/browser/ui/webui/browsing_history_handler.cc
|
| +++ b/chrome/browser/ui/webui/browsing_history_handler.cc
|
| @@ -48,6 +48,7 @@
|
| #include "components/keyed_service/core/service_access_type.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/query_parser/snippet.h"
|
| +#include "components/strings/grit/components_strings.h"
|
| #include "components/sync/device_info/device_info.h"
|
| #include "components/sync/device_info/device_info_tracker.h"
|
| #include "components/sync/driver/sync_service_observer.h"
|
| @@ -56,7 +57,6 @@
|
| #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 "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/l10n/time_format.h"
|
|
|
|
|