| Index: components/sync/driver/backend_migrator.cc
|
| diff --git a/components/sync/driver/backend_migrator.cc b/components/sync/driver/backend_migrator.cc
|
| index f1162804c44255ea8db3dc2634a17f1f28b295b5..120ec4892162be5e1466d974b6a0e1d3726b3207 100644
|
| --- a/components/sync/driver/backend_migrator.cc
|
| +++ b/components/sync/driver/backend_migrator.cc
|
| @@ -13,7 +13,7 @@
|
| #include "components/sync/core/read_transaction.h"
|
| #include "components/sync/driver/sync_service.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| -#include "components/sync/syncable/directory.h" // TODO(tim): Bug 131130.
|
| +#include "components/sync/syncable/directory.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -215,4 +215,4 @@ ModelTypeSet BackendMigrator::GetPendingMigrationTypesForTest() const {
|
|
|
| #undef SLOG
|
|
|
| -}; // namespace browser_sync
|
| +}; // namespace syncer
|
|
|