| Index: chrome/browser/sync/glue/sync_backend_host.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
|
| index 91d0c9a847bb673ef9bdc76bd63b0ee94c136437..c4b27afc385f36e5b1be9472e74e65da02ce2fe0 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -188,7 +188,7 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar {
|
| registrar_.routing_info[syncable::AUTOFILL] = GROUP_PASSIVE;
|
| registrar_.routing_info[syncable::THEMES] = GROUP_PASSIVE;
|
| registrar_.routing_info[syncable::TYPED_URLS] = GROUP_PASSIVE;
|
| - registrar_.routing_info[syncable::PASSWORD] = GROUP_PASSIVE;
|
| + registrar_.routing_info[syncable::PASSWORDS] = GROUP_PASSIVE;
|
|
|
| core_thread_.message_loop()->PostTask(FROM_HERE,
|
| NewRunnableMethod(core_.get(),
|
|
|