| Index: chrome/app/chrome_main_delegate.cc
 | 
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
 | 
| index 5dca056c6ca19e710d2b30a17f2048e35a7c49a9..e62085da5869fed55de57fb4d9c8bbb4d3cf508a 100644
 | 
| --- a/chrome/app/chrome_main_delegate.cc
 | 
| +++ b/chrome/app/chrome_main_delegate.cc
 | 
| @@ -112,7 +112,7 @@
 | 
|  
 | 
|  #if !defined(DISABLE_NACL)
 | 
|  #include "components/nacl/common/nacl_switches.h"
 | 
| -#include "ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h"
 | 
| +#include "components/nacl/renderer/plugin/ppapi_entrypoints.h"
 | 
|  #endif
 | 
|  
 | 
|  #if defined(ENABLE_REMOTING)
 | 
| 
 |