Index: chrome/browser/spellchecker/spellcheck_host.h |
diff --git a/chrome/browser/spellchecker/spellcheck_host.h b/chrome/browser/spellchecker/spellcheck_host.h |
index 04272acd79834e6ef3ade97af0149ac91fec28a0..1da69397c380d995459853c56fe05bebbe9815a0 100644 |
--- a/chrome/browser/spellchecker/spellcheck_host.h |
+++ b/chrome/browser/spellchecker/spellcheck_host.h |
@@ -49,8 +49,8 @@ class URLRequestContextGetter; |
// Users should not hold the reference over the function scope because |
// the instance can be invalidated during the browser's lifecycle. |
class SpellCheckHost |
- : public base::RefCountedThreadSafe<SpellCheckHost, |
- BrowserThread::DeleteOnFileThread> { |
+ : public base::RefCountedThreadSafe< |
+ SpellCheckHost, content::BrowserThread::DeleteOnFileThread> { |
public: |
// Event types used for reporting the status of this class and its derived |
// classes to browser tests. |