| Index: chrome/browser/sync/glue/typed_url_model_associator.cc
|
| diff --git a/chrome/browser/sync/glue/typed_url_model_associator.cc b/chrome/browser/sync/glue/typed_url_model_associator.cc
|
| index 5c9e319a87f4a5320669bf18acf2220c1e5c3b50..d9ac3437805ed82669a2e47c2ef2586c1bb10649 100644
|
| --- a/chrome/browser/sync/glue/typed_url_model_associator.cc
|
| +++ b/chrome/browser/sync/glue/typed_url_model_associator.cc
|
| @@ -310,8 +310,7 @@ syncer::SyncError TypedUrlModelAssociator::DoAssociateModels(
|
| // Sync has never seen this URL before.
|
| syncer::WriteNode node(&trans);
|
| syncer::WriteNode::InitUniqueByCreationResult result =
|
| - node.InitUniqueByCreation(syncer::TYPED_URLS,
|
| - typed_url_root, tag);
|
| + node.InitUniqueByCreation(syncer::TYPED_URLS, tag);
|
| if (result != syncer::WriteNode::INIT_SUCCESS) {
|
| return error_handler_->CreateAndUploadError(
|
| FROM_HERE,
|
|
|