Index: content/app/content_main_runner.cc |
=================================================================== |
--- content/app/content_main_runner.cc (revision 163080) |
+++ content/app/content_main_runner.cc (working copy) |
@@ -92,13 +92,13 @@ |
#endif |
extern int GpuMain(const content::MainFunctionParams&); |
+namespace content { |
extern int PluginMain(const content::MainFunctionParams&); |
-extern int PpapiPluginMain(const content::MainFunctionParams&); |
-extern int PpapiBrokerMain(const content::MainFunctionParams&); |
-extern int WorkerMain(const content::MainFunctionParams&); |
-extern int UtilityMain(const content::MainFunctionParams&); |
-namespace content { |
-extern int RendererMain(const MainFunctionParams&); |
+extern int PpapiPluginMain(const MainFunctionParams&); |
+extern int PpapiBrokerMain(const MainFunctionParams&); |
+extern int RendererMain(const content::MainFunctionParams&); |
+extern int UtilityMain(const MainFunctionParams&); |
+extern int WorkerMain(const MainFunctionParams&); |
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) |
extern int ZygoteMain(const MainFunctionParams&, |
ZygoteForkDelegate* forkdelegate); |