Index: content/app/content_main.cc |
diff --git a/content/app/content_main.cc b/content/app/content_main.cc |
index 6f16030dc5e670e165ea8cbd6fad822f7920e74c..c59b16a89868e5084aa49c64541bb4da37b7c232 100644 |
--- a/content/app/content_main.cc |
+++ b/content/app/content_main.cc |
@@ -24,7 +24,6 @@ |
#include "content/common/main_function_params.h" |
#include "content/common/sandbox_init_wrapper.h" |
#include "content/common/set_process_title.h" |
-#include "content/renderer/renderer_main.h" |
#include "crypto/nss_util.h" |
#include "ipc/ipc_switches.h" |
#include "ui/base/ui_base_switches.h" |
@@ -62,6 +61,7 @@ extern int GpuMain(const MainFunctionParams&); |
extern int PluginMain(const MainFunctionParams&); |
extern int PpapiPluginMain(const MainFunctionParams&); |
extern int PpapiBrokerMain(const MainFunctionParams&); |
+extern int RendererMain(const MainFunctionParams&); |
extern int WorkerMain(const MainFunctionParams&); |
extern int UtilityMain(const MainFunctionParams&); |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |