summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-20 02:04:38 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-20 02:04:38 +0000
commit488473f8ffd7cac62b4cd01bcda787a5ff88ab22 (patch)
tree13c9184f843fc2894415fb8d4f1a299421d70de2 /chrome/browser/profiles
parent199b9fecc3564e005560f0853e8654ba377ec376 (diff)
downloadchromium_src-488473f8ffd7cac62b4cd01bcda787a5ff88ab22.zip
chromium_src-488473f8ffd7cac62b4cd01bcda787a5ff88ab22.tar.gz
chromium_src-488473f8ffd7cac62b4cd01bcda787a5ff88ab22.tar.bz2
net: Add namespace net to more files. Part 2.
BUG=64263 TEST=compiled locally and trybots Review URL: http://codereview.chromium.org/5980003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69689 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles')
-rw-r--r--chrome/browser/profiles/profile_manager.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
index 5ef3b88..ae942df 100644
--- a/chrome/browser/profiles/profile_manager.cc
+++ b/chrome/browser/profiles/profile_manager.cc
@@ -240,8 +240,9 @@ void ProfileManager::SuspendProfile(Profile* profile) {
DCHECK(profile);
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
- for (URLRequestJobTracker::JobIterator i = g_url_request_job_tracker.begin();
- i != g_url_request_job_tracker.end(); ++i)
+ for (net::URLRequestJobTracker::JobIterator i =
+ net::g_url_request_job_tracker.begin();
+ i != net::g_url_request_job_tracker.end(); ++i)
(*i)->Kill();
profile->GetRequestContext()->GetURLRequestContext()->