Index: chrome/browser/spellchecker/spellcheck_host_impl.h |
diff --git a/chrome/browser/spellchecker/spellcheck_host_impl.h b/chrome/browser/spellchecker/spellcheck_host_impl.h |
index e53b2c7c1fb46a8f3328928c79b1cc330ec2c205..e58cce7204e616f5cebbce1fa301748d6918c6fa 100644 |
--- a/chrome/browser/spellchecker/spellcheck_host_impl.h |
+++ b/chrome/browser/spellchecker/spellcheck_host_impl.h |
@@ -60,7 +60,7 @@ class SpellCheckHostImpl : public SpellCheckHost, |
typedef SpellCheckProfileProvider::CustomWordList CustomWordList; |
// These two classes can destruct us. |
- friend class BrowserThread; |
+ friend class content::BrowserThread; |
friend class DeleteTask<SpellCheckHostImpl>; |
virtual ~SpellCheckHostImpl(); |