| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index e487c0dd4aa9de02c0b5ecb1e042ebbeb269e100..b8822f9e8942171ea060c0798151d3080c9d1274 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -34,6 +34,8 @@
|
| #include "base/global_descriptors_posix.h"
|
| #endif
|
|
|
| +using content::BrowserThread;
|
| +
|
| // Having the functionality of ChildProcessLauncher be in an internal
|
| // ref counted object allows us to automatically terminate the process when the
|
| // parent class destructs, while still holding on to state that we need.
|
|
|