| 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 c724927d58801a665bb671c9532fd1e1813a9bf6..486cfd78dcf31dd8d548bbf97d79f5a8936c4476 100644
|
| --- a/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| @@ -682,7 +682,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());
|
|
|