| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index 6c05f379ede7cfe8533e5f6b3fe70112cb58edaa..54b18a929247a79d39653b03430788f9907b809d 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -64,8 +64,8 @@
|
| #endif
|
|
|
| #if !defined(DISABLE_NACL) && defined(OS_LINUX)
|
| -#include "chrome/app/nacl_fork_delegate_linux.h"
|
| -#include "chrome/common/nacl_paths.h"
|
| +#include "components/nacl/common/nacl_fork_delegate_linux.h"
|
| +#include "components/nacl/common/nacl_paths.h"
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|