diff options
Diffstat (limited to 'chrome/browser/nacl_host/nacl_broker_host.h')
-rw-r--r-- | chrome/browser/nacl_host/nacl_broker_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/nacl_host/nacl_broker_host.h b/chrome/browser/nacl_host/nacl_broker_host.h index f526aa1..15dd18b 100644 --- a/chrome/browser/nacl_host/nacl_broker_host.h +++ b/chrome/browser/nacl_host/nacl_broker_host.h @@ -7,7 +7,7 @@ #include "base/basictypes.h" #include "base/process.h" -#include "chrome/common/child_process_host.h" +#include "chrome/browser/child_process_host.h" #include "ipc/ipc_message.h" class NaClBrokerHost : public ChildProcessHost { |