Chromium Code Reviews| Index: content/browser/browser_child_process_host.cc |
| diff --git a/content/browser/browser_child_process_host.cc b/content/browser/browser_child_process_host.cc |
| index 532b2cd62023f9108ad442b0321e8b56a9a44abd..ef65dbfb7eee3bb7d65cb2eaa496aca585ad5842 100644 |
| --- a/content/browser/browser_child_process_host.cc |
| +++ b/content/browser/browser_child_process_host.cc |
| @@ -28,6 +28,8 @@ |
| #include "base/synchronization/waitable_event.h" |
| #endif // OS_WIN |
| +using content::BrowserThread; |
| + |
| namespace { |
| typedef std::list<BrowserChildProcessHost*> ChildProcessList; |