| Index: ash/shell/content_client/shell_content_browser_client.h
|
| diff --git a/ash/shell/content_client/shell_content_browser_client.h b/ash/shell/content_client/shell_content_browser_client.h
|
| index 9ee3373f907959048a81e2645535dd70abb25d49..a22123c4c3f88cb07b543569790c594cea05d17c 100644
|
| --- a/ash/shell/content_client/shell_content_browser_client.h
|
| +++ b/ash/shell/content_client/shell_content_browser_client.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| +#include "gin/v8_initializer.h"
|
|
|
| namespace content {
|
| class ShellBrowserContext;
|
| @@ -46,8 +47,7 @@ class ShellContentBrowserClient : public content::ContentBrowserClient {
|
|
|
| private:
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| - base::ScopedFD v8_natives_fd_;
|
| - base::ScopedFD v8_snapshot_fd_;
|
| + gin::V8Initializer::V8Files v8_files_;
|
| #endif
|
|
|
| ShellBrowserMainParts* shell_browser_main_parts_;
|
|
|