| Index: chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_unittest.cc b/chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| index 5a4ae88c92758252615d650c82f69af482c33741..7c3665a5c636530f5f7f8e8af46ebcd101d2ff65 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| @@ -156,6 +156,7 @@ class SyncBackendHostTest : public testing::Test {
|
| // Registrar removing them if it can't find their model workers.
|
| enabled_types_.Put(syncer::BOOKMARKS);
|
| enabled_types_.Put(syncer::NIGORI);
|
| + enabled_types_.Put(syncer::DEVICE_INFO);
|
| enabled_types_.Put(syncer::PREFERENCES);
|
| enabled_types_.Put(syncer::SESSIONS);
|
| enabled_types_.Put(syncer::SEARCH_ENGINES);
|
|
|