Index: extensions/shell/app/shell_main_delegate.cc |
diff --git a/extensions/shell/app/shell_main_delegate.cc b/extensions/shell/app/shell_main_delegate.cc |
index d2759270ba1ed2f108a0d1bac1e0b0589a258806..997b91b0f00dfe2e9ca68ef45086a82b5395e393 100644 |
--- a/extensions/shell/app/shell_main_delegate.cc |
+++ b/extensions/shell/app/shell_main_delegate.cc |
@@ -124,7 +124,7 @@ content::ContentUtilityClient* ShellMainDelegate::CreateContentUtilityClient() { |
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) |
void ShellMainDelegate::ZygoteStarting( |
- ScopedVector<content::ZygoteForkDelegate>* delegates) { |
+ std::vector<std::unique_ptr<content::ZygoteForkDelegate>>* delegates) { |
#if !defined(DISABLE_NACL) |
nacl::AddNaClZygoteForkDelegates(delegates); |
#endif // DISABLE_NACL |