Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3125)

Unified Diff: chrome/browser/net/url_request_mock_util.cc

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/net/url_request_mock_util.cc
diff --git a/chrome/browser/net/url_request_mock_util.cc b/chrome/browser/net/url_request_mock_util.cc
index 026cc2f51b84d76e7a13c52f036010bae9828bea..42288a75dbbc39b442369fc9332ce9b6d4a03953 100644
--- a/chrome/browser/net/url_request_mock_util.cc
+++ b/chrome/browser/net/url_request_mock_util.cc
@@ -17,6 +17,8 @@
#include "content/public/browser/browser_thread.h"
#include "net/url_request/url_request_filter.h"
+using content::BrowserThread;
+
namespace chrome_browser_net {
void SetUrlRequestMocksEnabled(bool enabled) {

Powered by Google App Engine
This is Rietveld 408576698