Index: chrome/browser/worker_host/worker_process_host.h |
diff --git a/chrome/browser/worker_host/worker_process_host.h b/chrome/browser/worker_host/worker_process_host.h |
index f3f6fddf5895a6e5df2e147ca76bb12806e86700..36979c305381d16c8c7f95507ca56fd79b62e213 100644 |
--- a/chrome/browser/worker_host/worker_process_host.h |
+++ b/chrome/browser/worker_host/worker_process_host.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -20,8 +20,8 @@ class URLRequestContextGetter; |
// The WorkerProcessHost is the interface that represents the browser side of |
// 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 |
-// URLRequestContext] that a WorkerProcessHost serves a single Profile. |
+// process, but that may change. However, we do assume (by storing a |
+// net::URLRequestContext) that a WorkerProcessHost serves a single Profile. |
class WorkerProcessHost : public BrowserChildProcessHost { |
public: |