summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3119a11..ecb3874 100644
--- a/chrome/browser/spellchecker.cc
+++ b/chrome/browser/spellchecker.cc
@@ -97,7 +97,7 @@ class SpellChecker::DictionaryDownloadController
MessageLoop* ui_loop)
: url_request_context_(url_request_context),
download_server_url_(
- L"http://dl.google.com/chrome/dict/"),
+ L"http://cache.pack.google.com/chrome/dict/"),
ui_loop_(ui_loop),
spellchecker_flag_set_task_(spellchecker_flag_set_task) {
// Determine dictionary file path and name.