| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index d37dcd200b69aef9e39bda292a709a490c482867..c1a8d50cb2aa3363a09f5557752e37bd4f083153 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1681,6 +1681,6 @@ void ProfileImpl::ClearNetworkingHistorySince(base::Time time) {
|
|
|
| SpellCheckProfile* ProfileImpl::GetSpellCheckProfile() {
|
| if (!spellcheck_profile_.get())
|
| - spellcheck_profile_.reset(new SpellCheckProfile());
|
| + spellcheck_profile_.reset(new SpellCheckProfile(path_));
|
| return spellcheck_profile_.get();
|
| }
|
|
|