diff options
Diffstat (limited to 'content/browser/browser_main_runner.cc')
-rw-r--r-- | content/browser/browser_main_runner.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc index 93257a0..f5208d0 100644 --- a/content/browser/browser_main_runner.cc +++ b/content/browser/browser_main_runner.cc @@ -30,6 +30,8 @@ bool g_exited_main_message_loop = false; +using content::ChildProcess; + namespace { class BrowserMainRunnerImpl : public content::BrowserMainRunner { |