Chromium Code Reviews| Index: cc/CCCompletionEvent.h |
| diff --git a/cc/CCCompletionEvent.h b/cc/CCCompletionEvent.h |
| index 3514496f477df17584c0694fb4ba50ce807d8a77..462e4ba12f6885a40c01711e66187a2e795c4d52 100644 |
| --- a/cc/CCCompletionEvent.h |
| +++ b/cc/CCCompletionEvent.h |
| @@ -7,7 +7,7 @@ |
| #include "base/synchronization/waitable_event.h" |
| -namespace WebCore { |
| +namespace cc { |
| // Used for making blocking calls from one thread to another. Use only when |
| // absolutely certain that doing-so will not lead to a deadlock. |