summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 09:10:13 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 09:10:13 +0000
commitdcddcdb0c4f20965aebedf3eade99df81f4414ec (patch)
tree9c867c6cc055329d3a492269b859e6bf3b941648 /chrome/browser/nacl_host
parenta068b8fe6850b13c9d0418ebed0fede4518c0da0 (diff)
downloadchromium_src-dcddcdb0c4f20965aebedf3eade99df81f4414ec.zip
chromium_src-dcddcdb0c4f20965aebedf3eade99df81f4414ec.tar.gz
chromium_src-dcddcdb0c4f20965aebedf3eade99df81f4414ec.tar.bz2
Move more files from chrome/common to chrome/browser
to further reduce bad dependencies on chrome/browser. BUG=none TEST=none Review URL: http://codereview.chromium.org/652051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39703 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/nacl_host')
-rw-r--r--chrome/browser/nacl_host/nacl_broker_host.h2
-rw-r--r--chrome/browser/nacl_host/nacl_process_host.h2
2 files changed, 2 insertions, 2 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 {
diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h
index bf96b83..a89b2da 100644
--- a/chrome/browser/nacl_host/nacl_process_host.h
+++ b/chrome/browser/nacl_host/nacl_process_host.h
@@ -8,7 +8,7 @@
#include "build/build_config.h"
#include "base/ref_counted.h"
-#include "chrome/common/child_process_host.h"
+#include "chrome/browser/child_process_host.h"
#include "chrome/common/nacl_types.h"
#include "native_client/src/shared/imc/nacl_imc.h"