diff options
author | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-24 23:53:10 +0000 |
---|---|---|
committer | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-24 23:53:10 +0000 |
commit | cbb22eb172522dd37d943a0613743117dd23845d (patch) | |
tree | 4e848a2109216c41841d183ebe88c22f3786c7ea /chrome/common/nacl_cmd_line.cc | |
parent | 6bcbf174dcf48419f44c54ad4ff4ddd25bedb26f (diff) | |
download | chromium_src-cbb22eb172522dd37d943a0613743117dd23845d.zip chromium_src-cbb22eb172522dd37d943a0613743117dd23845d.tar.gz chromium_src-cbb22eb172522dd37d943a0613743117dd23845d.tar.bz2 |
Separate NaCl switches to their own file.
This is part of an effort to componentize NaCl code.
BUG=244791
Review URL: https://chromiumcodereview.appspot.com/17074012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/nacl_cmd_line.cc')
-rw-r--r-- | chrome/common/nacl_cmd_line.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/nacl_cmd_line.cc b/chrome/common/nacl_cmd_line.cc index 05c8af6..9fb1a0e 100644 --- a/chrome/common/nacl_cmd_line.cc +++ b/chrome/common/nacl_cmd_line.cc @@ -5,6 +5,8 @@ #include "base/basictypes.h" #include "base/command_line.h" #include "chrome/common/chrome_switches.h" +#include "components/nacl/common/nacl_switches.h" +#include "content/public/common/content_switches.h" namespace nacl { |