| 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 46ae296e5b3ca94d97c877f7feaadb3d051ca38c..d3c19769422bc4c0ee5edeee5530850ce13bea26 100644
|
| --- a/components/sync_sessions/lost_navigations_recorder_unittest.cc
|
| +++ b/components/sync_sessions/lost_navigations_recorder_unittest.cc
|
| @@ -5,6 +5,7 @@
|
| #include "components/sync_sessions/lost_navigations_recorder.h"
|
|
|
| #include <memory>
|
| +#include <string>
|
|
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/test/histogram_tester.h"
|
| @@ -16,7 +17,6 @@
|
| #include "components/sync/syncable/syncable_write_transaction.h"
|
| #include "components/sync/test/engine/test_directory_setter_upper.h"
|
| #include "components/sync/test/engine/test_id_factory.h"
|
| -#include "components/sync_sessions/lost_navigations_recorder.h"
|
| #include "components/sync_sessions/sessions_sync_manager.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|