| Index: ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.cc
|
| diff --git a/ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.cc b/ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.cc
|
| index 82f6fa184d0726d59c35bb13f7e4fe2e136d7bcf..9144a26bc7f9d3917839f4b9f2235517d2dc18d3 100644
|
| --- a/ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.cc
|
| +++ b/ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/keyed_service/core/service_access_type.h"
|
|
|