Index: chrome/browser/sync/test/integration/dictionary_helper.cc |
=================================================================== |
--- chrome/browser/sync/test/integration/dictionary_helper.cc (revision 223601) |
+++ chrome/browser/sync/test/integration/dictionary_helper.cc (working copy) |
@@ -39,12 +39,12 @@ |
namespace { |
SpellcheckCustomDictionary* GetDictionary(int index) { |
- return SpellcheckServiceFactory::GetForProfile( |
+ return SpellcheckServiceFactory::GetForContext( |
sync_datatype_helper::test()->GetProfile(index))->GetCustomDictionary(); |
} |
SpellcheckCustomDictionary* GetVerifierDictionary() { |
- return SpellcheckServiceFactory::GetForProfile( |
+ return SpellcheckServiceFactory::GetForContext( |
sync_datatype_helper::test()->verifier())->GetCustomDictionary(); |
} |