| Index: content/common/sandbox_init_win.cc
|
| diff --git a/content/common/sandbox_init_win.cc b/content/common/sandbox_init_win.cc
|
| index e2fe0b253039c05f9219945827afed1fab60a990..a0eedcb2465938289c4ca77815686f2a0cc959d2 100644
|
| --- a/content/common/sandbox_init_win.cc
|
| +++ b/content/common/sandbox_init_win.cc
|
| @@ -8,8 +8,8 @@
|
| #include "base/logging.h"
|
| #include "content/common/sandbox_policy.h"
|
| #include "content/public/common/content_switches.h"
|
| -#include "sandbox/src/sandbox.h"
|
| -#include "sandbox/src/sandbox_types.h"
|
| +#include "sandbox/win/src/sandbox.h"
|
| +#include "sandbox/win/src/sandbox_types.h"
|
|
|
| namespace content {
|
|
|
|
|