| Index: chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_session_unittest.cc b/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| index 4c8d73d83e3e984d6f2054d55be969a722e07ba1..330333f07ad97808e501c71c7f1b33d0e603708f 100644
|
| --- a/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| @@ -683,7 +683,7 @@ TEST_F(ProfileSyncServiceSessionTest, UpdatedSyncNodeActionDelete) {
|
| int64 node_id = model_associator_->GetSyncIdFromSessionTag(
|
| model_associator_->GetCurrentMachineTag());
|
| sync_pb::EntitySpecifics deleted_specifics;
|
| - deleted_specifics.MutableExtension(sync_pb::session)->set_session_tag("tag");
|
| + deleted_specifics.mutable_session()->set_session_tag("tag");
|
| ASSERT_FALSE(notified_of_update_);
|
| {
|
| sync_api::WriteTransaction trans(FROM_HERE, sync_service_->GetUserShare());
|
|
|