| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 38796859435038e603ca1513f66a9b31c9ea660f..b8bab7fe99ef12a32830b61e31f6fa1171b7be97 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1680,6 +1680,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();
|
| }
|
|
|