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 ff0cf8ec1a277ee9f4a4f8cb2efd7ff3cc88534e..19ae4937528a05ef1ae58a9a13cd8b7d39766851 100644 |
--- a/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc |
+++ b/ios/chrome/browser/ui/webui/history/browsing_history_handler.cc |
@@ -28,6 +28,8 @@ |
#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/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" |
@@ -44,8 +46,6 @@ |
#include "ios/chrome/browser/ui/webui/history/favicon_source.h" |
#include "ios/web/public/url_data_source_ios.h" |
#include "ios/web/public/webui/web_ui_ios.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" |