| 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 1b61896f86c74df5675ac714b7df3f57fa3760ea..b984b92715933e69a6e0fdd5f658d76a0647d1f2 100644
|
| --- a/components/sync_sessions/lost_navigations_recorder_unittest.cc
|
| +++ b/components/sync_sessions/lost_navigations_recorder_unittest.cc
|
| @@ -27,7 +27,7 @@ using syncer::syncable::WriteTransaction;
|
|
|
| namespace sync_sessions {
|
| namespace {
|
| -typedef SessionID::id_type id_type;
|
| +using id_type = SessionID::id_type;
|
|
|
| const char kTab1SyncTag[] = "tab-YWRkcjHvv74=";
|
| const char kTab2SyncTag[] = "tab-2FyZDHvv74=";
|
|
|