Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: chrome/browser/sync/test/integration/dictionary_helper.cc

Issue 23868013: Refactor dependency on Profile to BrowserContext in spell check. (Closed) Base URL: http://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
« no previous file with comments | « chrome/browser/sync/profile_sync_components_factory_impl.cc ('k') | chrome/browser/tab_contents/spelling_menu_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698