Index: chrome/app/chrome_main.cc |
diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc |
index 0bedac43832eb4fbfe57210857bba384ba2fe8ad..67c0c189da352a79f001d2f6b65b25dee2d0f047 100644 |
--- a/chrome/app/chrome_main.cc |
+++ b/chrome/app/chrome_main.cc |
@@ -29,6 +29,7 @@ |
#include "content/app/content_main.h" |
#include "content/app/content_main_delegate.h" |
#include "content/browser/renderer_host/render_process_host.h" |
+#include "content/renderer/renderer_main.h" |
#include "content/common/content_client.h" |
#include "content/common/content_counters.h" |
#include "content/common/content_paths.h" |
@@ -101,7 +102,6 @@ base::LazyInstance<chrome::ChromeContentUtilityClient> |
base::LazyInstance<chrome::ChromeContentPluginClient> |
g_chrome_content_plugin_client(base::LINKER_INITIALIZED); |
-extern int RendererMain(const MainFunctionParams&); |
extern int NaClMain(const MainFunctionParams&); |
extern int ProfileImportMain(const MainFunctionParams&); |
#if defined(_WIN64) |