Chromium Code Reviews| Index: content/worker/worker_main.cc |
| diff --git a/content/worker/worker_main.cc b/content/worker/worker_main.cc |
| index 31b4c57f5258d9a979dead70cf1728a981095e6d..ff6a820e5d09783c4658e0a0b19d3332f27d9c28 100644 |
| --- a/content/worker/worker_main.cc |
| +++ b/content/worker/worker_main.cc |
| @@ -15,7 +15,7 @@ |
| #include "content/worker/worker_thread.h" |
| #if defined(OS_WIN) |
| -#include "sandbox/src/sandbox.h" |
| +#include "sandbox/win/src/sandbox.h" |
| #endif |
| // Mainline routine for running as the worker process. |