| Index: chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| index 8c00892ce0f64f75719de8464f24a2a24bff1f4e..9e8a91048109f8805f3ef9f4be2aad63f8e35eae 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| @@ -311,7 +311,7 @@ TEST_F(SpellcheckCustomDictionaryTest,
|
| for (size_t i = 0; i < data.size(); i++) {
|
| EXPECT_TRUE(data[i].GetSpecifics().has_dictionary());
|
| EXPECT_EQ(syncer::DICTIONARY, data[i].GetDataType());
|
| - EXPECT_EQ(words[i], data[i].GetTag());
|
| + EXPECT_EQ(words[i], data[i].local().GetTag());
|
| EXPECT_EQ(words[i], data[i].GetSpecifics().dictionary().word());
|
| }
|
|
|
|
|