| Index: chrome/browser/spellcheck_host.cc
 | 
| diff --git a/chrome/browser/spellcheck_host.cc b/chrome/browser/spellcheck_host.cc
 | 
| index b2932b317dab288b7fc6ce4893e12f975cb4df4d..7a5ffa659179f41847a5fe90d94e9ee4890574ef 100644
 | 
| --- a/chrome/browser/spellcheck_host.cc
 | 
| +++ b/chrome/browser/spellcheck_host.cc
 | 
| @@ -255,7 +255,7 @@ void SpellCheckHost::WriteWordToCustomDictionary(const std::string& word) {
 | 
|  
 | 
|  void SpellCheckHost::OnURLFetchComplete(const URLFetcher* source,
 | 
|                                          const GURL& url,
 | 
| -                                        const URLRequestStatus& status,
 | 
| +                                        const net::URLRequestStatus& status,
 | 
|                                          int response_code,
 | 
|                                          const ResponseCookies& cookies,
 | 
|                                          const std::string& data) {
 | 
| 
 |