Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index 3e2a3affa2acba82fdeb2fc7829b7d9603cc8ec4..6e030f03515daa72935ceb957cd73bbfd94e4d5b 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -333,7 +333,7 @@ int RunZygote(const MainFunctionParams& main_function_params, |
NOTREACHED() << "Unknown zygote process type: " << process_type; |
return 1; |
} |
-#endif // defined(OS_POSIX) && !defined(OS_MACOSX) |
+#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) |
// Run the FooMain() for a given process type. |
// If |process_type| is empty, runs BrowserMain(). |