Index: content/child/child_process.h |
diff --git a/content/child/child_process.h b/content/child/child_process.h |
index af2d91343e1947015966b3e8ef9254513f5af33a..1aedcb688a1c6a1c7d740b377765adf5baacd6e7 100644 |
--- a/content/child/child_process.h |
+++ b/content/child/child_process.h |
@@ -54,8 +54,7 @@ class CONTENT_EXPORT ChildProcess { |
// process goes away prematurely, the background thread can at least notice |
// the child processes's main thread exiting to determine that it should give |
// up waiting. |
- // For example, see the renderer code used to implement |
- // webkit_glue::GetCookies. |
+ // For example, see the renderer code used to implement GetCookies(). |
base::WaitableEvent* GetShutDownEvent(); |
// These are used for ref-counting the child process. The process shuts |