| Index: chrome/browser/spellchecker/spellcheck_service_unittest.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_service_unittest.cc b/chrome/browser/spellchecker/spellcheck_service_unittest.cc
|
| index 603d023c2dfd084e22bf80b3df57e9493ac26aff..b03bbb65d983ec93140557ece73750271f87b1d9 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_service_unittest.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_service_unittest.cc
|
| @@ -18,8 +18,9 @@
|
| using content::BrowserThread;
|
| using chrome::spellcheck_common::WordList;
|
|
|
| -static ProfileKeyedService* BuildSpellcheckService(Profile* profile) {
|
| - return new SpellcheckService(profile);
|
| +static ProfileKeyedService* BuildSpellcheckService(
|
| + content::BrowserContext* profile) {
|
| + return new SpellcheckService(static_cast<Profile*>(profile));
|
| }
|
|
|
| class SpellcheckServiceTest : public testing::Test {
|
|
|