summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/spellchecker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/spellchecker.cc b/chrome/browser/spellchecker.cc
index f5ab257..4269f70 100644
--- a/chrome/browser/spellchecker.cc
+++ b/chrome/browser/spellchecker.cc
@@ -211,7 +211,7 @@ class SpellChecker::DictionaryDownloadController
: spellchecker_flag_set_task_(spellchecker_flag_set_task),
url_request_context_(url_request_context),
download_server_url_(
- L"http://cache.pack.google.com/chrome/dict/"),
+ L"http://cache.pack.google.com/edgedl/chrome/dict/"),
ui_loop_(ui_loop) {
// Determine dictionary file path and name.
fetcher_.reset(NULL);