Chromium Code Reviews| Index: content/public/test/browser_test_base.cc |
| =================================================================== |
| --- content/public/test/browser_test_base.cc (revision 164795) |
| +++ content/public/test/browser_test_base.cc (working copy) |
| @@ -16,8 +16,6 @@ |
| #include "base/system_monitor/system_monitor.h" |
| #endif |
| -extern int BrowserMain(const content::MainFunctionParams&); |
| - |
| namespace { |
| #if defined(OS_POSIX) |
| @@ -39,6 +37,8 @@ |
| namespace content { |
| +extern int BrowserMain(const content::MainFunctionParams&); |
|
tfarina
2012/10/30 21:59:50
nit: no content:: here, mind also name the paramet
|
| + |
| BrowserTestBase::BrowserTestBase() { |
| #if defined(OS_MACOSX) |
| base::mac::SetOverrideAmIBundled(true); |