Index: content/browser/worker_host/worker_process_host.cc |
diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc |
index 2b68d55bf2a9e8c810e65f7431e98c29c9fca901..579ed1eb43401c8bf66b63961654ab0dec2b8656 100644 |
--- a/content/browser/worker_host/worker_process_host.cc |
+++ b/content/browser/worker_host/worker_process_host.cc |
@@ -259,7 +259,7 @@ void WorkerProcessHost::CreateMessageFilters(int render_process_id) { |
new SocketStreamDispatcherHost( |
new URLRequestContextSelector(request_context), resource_context_); |
AddFilter(socket_stream_dispatcher_host); |
- AddFilter(new WorkerDevToolsMessageFilter(id())); |
+ AddFilter(new content::WorkerDevToolsMessageFilter(id())); |
} |
void WorkerProcessHost::CreateWorker(const WorkerInstance& instance) { |