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

Unified Diff: components/nacl/common/nacl_fork_delegate_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/common/nacl_fork_delegate_linux.h
diff --git a/chrome/app/nacl_fork_delegate_linux.h b/components/nacl/common/nacl_fork_delegate_linux.h
similarity index 90%
rename from chrome/app/nacl_fork_delegate_linux.h
rename to components/nacl/common/nacl_fork_delegate_linux.h
index de1e7c4684dd8840c0b0e11b67a469ba977175ef..827925bff6fa9dff84398a1f09849af76f298845 100644
--- a/chrome/app/nacl_fork_delegate_linux.h
+++ b/components/nacl/common/nacl_fork_delegate_linux.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_APP_NACL_FORK_DELEGATE_LINUX_H_
-#define CHROME_APP_NACL_FORK_DELEGATE_LINUX_H_
+#ifndef COMPONENTS_NACL_COMMON_NACL_FORK_DELEGATE_LINUX_H_
+#define COMPONENTS_NACL_COMMON_NACL_FORK_DELEGATE_LINUX_H_
#include <string>
#include <vector>
@@ -50,4 +50,4 @@ class NaClForkDelegate : public content::ZygoteForkDelegate {
int fd_;
};
-#endif // CHROME_APP_NACL_FORK_DELEGATE_LINUX_H_
+#endif // COMPONENTS_NACL_COMMON_NACL_FORK_DELEGATE_LINUX_H_
« no previous file with comments | « components/nacl/common/nacl_debug_exception_handler_win.cc ('k') | components/nacl/common/nacl_helper_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698