Chromium Code Reviews| Index: chrome/app/chrome_main_delegate.cc |
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
| index ab25e990fccb83676349b7167ea459735dc5ad65..d3153f67d515841fa72025472b4cc8aa6388e7cc 100644 |
| --- a/chrome/app/chrome_main_delegate.cc |
| +++ b/chrome/app/chrome_main_delegate.cc |
| @@ -66,8 +66,8 @@ |
| #endif |
| #if !defined(DISABLE_NACL) && defined(OS_LINUX) |
| -#include "chrome/app/nacl_fork_delegate_linux.h" |
| #include "components/nacl/common/nacl_paths.h" |
| +#include "components/nacl/zygote/nacl_fork_delegate_linux.h" |
| #endif |
| #if defined(OS_CHROMEOS) |