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

Unified Diff: chrome/browser/automation/automation_resource_message_filter.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/automation/automation_resource_message_filter.cc
diff --git a/chrome/browser/automation/automation_resource_message_filter.cc b/chrome/browser/automation/automation_resource_message_filter.cc
index 771d3abaf876082a6de9a03cfe2ebdbb4362f667..ec5ae6914d19c03447cf731c034efe2bde3066b7 100644
--- a/chrome/browser/automation/automation_resource_message_filter.cc
+++ b/chrome/browser/automation/automation_resource_message_filter.cc
@@ -21,6 +21,8 @@
#include "net/url_request/url_request_context.h"
#include "net/url_request/url_request_filter.h"
+using content::BrowserThread;
+
base::LazyInstance<AutomationResourceMessageFilter::RenderViewMap>
AutomationResourceMessageFilter::filtered_render_views_(
base::LINKER_INITIALIZED);
« no previous file with comments | « chrome/browser/automation/automation_provider_unittest.cc ('k') | chrome/browser/automation/automation_tab_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698