summaryrefslogtreecommitdiffstats
path: root/chrome/nacl
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-22 05:16:13 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-22 05:16:13 +0000
commitf3b3576935e25d8d4e6c244740a06a36b9dc9f8e (patch)
treea5e44168dc6631d47c58e1b9c6008e236581bcbe /chrome/nacl
parent0c472954a32a68e6d6cc7be6eb53b6b9e99b66d6 (diff)
downloadchromium_src-f3b3576935e25d8d4e6c244740a06a36b9dc9f8e.zip
chromium_src-f3b3576935e25d8d4e6c244740a06a36b9dc9f8e.tar.gz
chromium_src-f3b3576935e25d8d4e6c244740a06a36b9dc9f8e.tar.bz2
Split the ProcessType enum into process types that content knows about (which will remain in src\content) and those that are for chrome (which moved to src\chrome). This way we won't get any more layering violations where nacl code is in content.
Also move the NaCl command line switches to chrome. BUG=191682 Review URL: https://codereview.chromium.org/12662019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189763 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl')
-rw-r--r--chrome/nacl/nacl_broker_listener.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nacl/nacl_broker_listener.cc b/chrome/nacl/nacl_broker_listener.cc
index b5e211c..f1ab947 100644
--- a/chrome/nacl/nacl_broker_listener.cc
+++ b/chrome/nacl/nacl_broker_listener.cc
@@ -11,10 +11,10 @@
#include "base/message_loop_proxy.h"
#include "base/path_service.h"
#include "base/process_util.h"
+#include "chrome/common/chrome_switches.h"
#include "chrome/common/nacl_cmd_line.h"
#include "chrome/common/nacl_debug_exception_handler_win.h"
#include "chrome/common/nacl_messages.h"
-#include "content/public/common/content_switches.h"
#include "content/public/common/sandbox_init.h"
#include "ipc/ipc_channel.h"
#include "ipc/ipc_switches.h"