Quick fix of namespace syntax error for compile without USE_SECCOMP_BPF.
commitc4ba2a08baa6cf85dafc3c8dc613e7a961cbe34d
authorhidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 25 Jun 2014 06:50:53 +0000 (25 06:50 +0000)
committerhidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 25 Jun 2014 06:50:53 +0000 (25 06:50 +0000)
tree6862f4e19a9b9d701572a1b189622384ebc879ff
parentd550cb07beb93fdaf8ba9cee02dc81fa72df8d0f
Quick fix of namespace syntax error for compile without USE_SECCOMP_BPF.

nacl_bpf_sandbox_linux.cc has a syntax error if USE_SECCOMP_BPF is
not defined. This CL fixes it.

BUG=n/a
TEST=Compile the file without defining USE_SECCOMP_BPF

Review URL: https://codereview.chromium.org/343193004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279642 0039d316-1c4b-4281-b951-d872f2087c98
components/nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc