| Index: chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| index 479a8f0d117dbd453e61e1d53c30c9f0457efb53..ad9fa569d4dd2835a16c2efee8eed1590be041e9 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| @@ -214,7 +214,7 @@ void SpellcheckHunspellDictionary::OnURLFetchComplete(
|
|
|
| GURL SpellcheckHunspellDictionary::GetDictionaryURL() {
|
| static const char kDownloadServerUrl[] =
|
| - "http://cache.pack.google.com/edgedl/chrome/dict/";
|
| + "https://redirector.gvt1.com/edgedl/chrome/dict/";
|
| std::string bdict_file = dictionary_file_.path.BaseName().MaybeAsASCII();
|
|
|
| DCHECK(!bdict_file.empty());
|
|
|