| Index: components/sync_sessions/lost_navigations_recorder.cc
|
| diff --git a/components/sync_sessions/lost_navigations_recorder.cc b/components/sync_sessions/lost_navigations_recorder.cc
|
| index 6b3cd503bb649855c45f1c48504166934a25ae53..c3dab185a087b59520f15c5fd915e973e709e096 100644
|
| --- a/components/sync_sessions/lost_navigations_recorder.cc
|
| +++ b/components/sync_sessions/lost_navigations_recorder.cc
|
| @@ -2,10 +2,11 @@
|
| // 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 "base/metrics/histogram_macros.h"
|
| #include "base/stl_util.h"
|
| #include "components/sync/syncable/entry.h"
|
| -#include "components/sync_sessions/lost_navigations_recorder.h"
|
|
|
| namespace sync_sessions {
|
|
|
|
|