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

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: Windows build fix 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 99%
rename from chrome/nacl/nacl_helper_linux.cc
rename to components/nacl/loader/nacl_helper_linux.cc
index f8f32c49b99c3cc44609be353481e742311dee4e..663dd280a644f5c2d6ee17ca5829d886a5ec556d 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,7 +27,7 @@
#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 "components/nacl/loader/nacl_listener.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