| Index: content/zygote/zygote_main.h
|
| diff --git a/content/zygote/zygote_main.h b/content/zygote/zygote_main.h
|
| index 64702323431458dc6abe30bfbfd3e163837146f6..119210f14d4fe49372fba5277ece2833c1505144 100644
|
| --- a/content/zygote/zygote_main.h
|
| +++ b/content/zygote/zygote_main.h
|
| @@ -5,13 +5,16 @@
|
| #ifndef CONTENT_ZYGOTE_ZYGOTE_MAIN_H_
|
| #define CONTENT_ZYGOTE_ZYGOTE_MAIN_H_
|
|
|
| +template <typename>
|
| +class ScopedVector;
|
| +
|
| namespace content {
|
|
|
| struct MainFunctionParams;
|
| class ZygoteForkDelegate;
|
|
|
| bool ZygoteMain(const MainFunctionParams& params,
|
| - ZygoteForkDelegate* forkdelegate);
|
| + ScopedVector<ZygoteForkDelegate> fork_delegates);
|
|
|
| } // namespace content
|
|
|
|
|