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

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

Issue 20337002: Move NaCl loader related files to components/nacl/loader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO and remove sandbox entry Created 7 years, 5 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
« no previous file with comments | « components/nacl/loader/nacl_sandbox_linux.h ('k') | components/nacl/loader/nacl_validation_db.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nacl_sandbox_linux.cc
diff --git a/chrome/nacl/nacl_sandbox_linux.cc b/components/nacl/loader/nacl_sandbox_linux.cc
similarity index 98%
rename from chrome/nacl/nacl_sandbox_linux.cc
rename to components/nacl/loader/nacl_sandbox_linux.cc
index 3164ddc273a7ee98ba32982984153a7f39c0eb57..348edc6d1b806e2263a5b9448839b300d9b319b0 100644
--- a/chrome/nacl/nacl_sandbox_linux.cc
+++ b/components/nacl/loader/nacl_sandbox_linux.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/nacl/nacl_sandbox_linux.h"
+#include "components/nacl/loader/nacl_sandbox_linux.h"
#include <signal.h>
#include <sys/ptrace.h>
« no previous file with comments | « components/nacl/loader/nacl_sandbox_linux.h ('k') | components/nacl/loader/nacl_validation_db.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698