| Index: components/sync_sessions/lost_navigations_recorder_unittest.cc
|
| diff --git a/components/sync_sessions/lost_navigations_recorder_unittest.cc b/components/sync_sessions/lost_navigations_recorder_unittest.cc
|
| index bffb9218857650cc9f85d1259dca069f5b61993d..46ae296e5b3ca94d97c877f7feaadb3d051ca38c 100644
|
| --- a/components/sync_sessions/lost_navigations_recorder_unittest.cc
|
| +++ b/components/sync_sessions/lost_navigations_recorder_unittest.cc
|
| @@ -2,11 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "components/sync_sessions/lost_navigations_recorder.h"
|
| +
|
| #include <memory>
|
|
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/test/histogram_tester.h"
|
| -#include "components/sessions/core/session_id.h"
|
| #include "components/sync/core/attachments/attachment_service_proxy_for_test.h"
|
| #include "components/sync/syncable/entry.h"
|
| #include "components/sync/syncable/mutable_entry.h"
|
|
|