| Index: chrome/browser/spellchecker/spellcheck_profile_unittest.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_profile_unittest.cc b/chrome/browser/spellchecker/spellcheck_profile_unittest.cc
|
| index bf4e9b53d822b313e111ced29b6463e4a65a7f23..e44d7cd691256913dc865568106ccfded5353021 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_profile_unittest.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_profile_unittest.cc
|
| @@ -65,7 +65,7 @@ class TestingSpellCheckProfile : public SpellCheckProfile {
|
| scoped_ptr<SpellCheckHost> returning_from_create_;
|
| };
|
|
|
| -ProfileKeyedBase* BuildTestingSpellCheckProfile(Profile* profile) {
|
| +ProfileKeyedService* BuildTestingSpellCheckProfile(Profile* profile) {
|
| return new TestingSpellCheckProfile(profile);
|
| }
|
|
|
|
|