Index: content/browser/worker_host/worker_process_host.h |
diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h |
index 068624b75b7d9a790ad774a0e06ce53c4d0447e0..733e55a7542c4dfbae7ef4146959776c1145b89e 100644 |
--- a/content/browser/worker_host/worker_process_host.h |
+++ b/content/browser/worker_host/worker_process_host.h |
@@ -26,7 +26,8 @@ class URLRequestContextGetter; |
// the browser <-> worker communication channel. There will be one |
// WorkerProcessHost per worker process. Currently each worker runs in its own |
// process, but that may change. However, we do assume (by storing a |
-// net::URLRequestContext) that a WorkerProcessHost serves a single Profile. |
+// net::URLRequestContext) that a WorkerProcessHost serves a single |
+// BrowserContext. |
class WorkerProcessHost : public BrowserChildProcessHost { |
public: |