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

Unified Diff: content/browser/debugger/devtools_manager.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: content/browser/debugger/devtools_manager.cc
diff --git a/content/browser/debugger/devtools_manager.cc b/content/browser/debugger/devtools_manager.cc
index aaddf98b337334346cd8decf8a3b9ede0a923afa..95bf06d3e9d611770a71558975ccaacd724aacd6 100644
--- a/content/browser/debugger/devtools_manager.cc
+++ b/content/browser/debugger/devtools_manager.cc
@@ -18,6 +18,8 @@
#include "content/public/browser/content_browser_client.h"
#include "googleurl/src/gurl.h"
+using content::BrowserThread;
+
// static
DevToolsManager* DevToolsManager::GetInstance() {
return content::GetContentClient()->browser()->GetDevToolsManager();
« no previous file with comments | « content/browser/debugger/devtools_http_protocol_handler.cc ('k') | content/browser/debugger/devtools_netlog_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698