From 27a112c2e8c464ddd4aed5e1f425204bb3f96d54 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Thu, 6 Jan 2011 04:19:30 +0000 Subject: net: Add namespace net to the remaining files under url_request directory. It just adds the 'namespace net' to these files and a typedef for them, because there are many entries to fix in one pass. They will be fixed later. BUG=64263 TEST=trybots Review URL: http://codereview.chromium.org/6056007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70592 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/spellcheck_host.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/spellcheck_host.cc') diff --git a/chrome/browser/spellcheck_host.cc b/chrome/browser/spellcheck_host.cc index b2932b3..7a5ffa6 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) { -- cgit v1.1