Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(799)

Unified Diff: components/nacl/loader/nacl_helper_linux.cc

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add per-file to components/OWNER Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/nacl/loader/nacl_helper_linux.cc
diff --git a/chrome/nacl/nacl_helper_linux.cc b/components/nacl/loader/nacl_helper_linux.cc
similarity index 98%
rename from chrome/nacl/nacl_helper_linux.cc
rename to components/nacl/loader/nacl_helper_linux.cc
index 713445769da8903e3373ba02b32a3410f13a116d..c16d28436f5f9d38ff20d9ec9fdea6c65679863b 100644
--- a/chrome/nacl/nacl_helper_linux.cc
+++ b/components/nacl/loader/nacl_helper_linux.cc
@@ -4,7 +4,7 @@
// A mini-zygote specifically for Native Client.
-#include "chrome/common/nacl_helper_linux.h"
+#include "components/nacl/common/nacl_helper_linux.h"
#include <errno.h>
#include <fcntl.h>
@@ -27,8 +27,8 @@
#include "base/posix/global_descriptors.h"
#include "base/posix/unix_domain_socket_linux.h"
#include "base/rand_util.h"
-#include "chrome/nacl/nacl_listener.h"
-#include "chrome/nacl/nacl_sandbox_linux.h"
+#include "components/nacl/loader/nacl_listener.h"
+#include "components/nacl/loader/nacl_sandbox_linux.h"
#include "crypto/nss_util.h"
#include "ipc/ipc_descriptors.h"
#include "ipc/ipc_switches.h"

Powered by Google App Engine
This is Rietveld 408576698