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

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

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create a zygote folder 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_sandbox_linux.h
diff --git a/chrome/nacl/nacl_sandbox_linux.h b/components/nacl/loader/nacl_sandbox_linux.h
similarity index 55%
rename from chrome/nacl/nacl_sandbox_linux.h
rename to components/nacl/loader/nacl_sandbox_linux.h
index 6c1662f8f1f6e42d88f7763e4b11ef90d468d6c4..0acf131ce40580947c093b1eb9f43d08f5962b42 100644
--- a/chrome/nacl/nacl_sandbox_linux.h
+++ b/components/nacl/loader/nacl_sandbox_linux.h
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_NACL_NACL_SANDBOX_LINUX_H_
-#define CHROME_NACL_NACL_SANDBOX_LINUX_H_
+#ifndef COMPONENTS_NACL_LOADER_NACL_SANDBOX_LINUX_H_
+#define COMPONENTS_NACL_LOADER_NACL_SANDBOX_LINUX_H_
bool InitializeBpfSandbox();
-#endif // CHROME_NACL_NACL_SANDBOX_LINUX_H_
+#endif // COMPONENTS_NACL_LOADER_NACL_SANDBOX_LINUX_H_
« no previous file with comments | « components/nacl/loader/nacl_main_platform_delegate_win.cc ('k') | components/nacl/loader/nacl_sandbox_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698