Index: components/nacl/zygote/nacl_fork_delegate_linux.h |
diff --git a/chrome/app/nacl_fork_delegate_linux.h b/components/nacl/zygote/nacl_fork_delegate_linux.h |
similarity index 90% |
rename from chrome/app/nacl_fork_delegate_linux.h |
rename to components/nacl/zygote/nacl_fork_delegate_linux.h |
index de1e7c4684dd8840c0b0e11b67a469ba977175ef..5812f33fe26307328dac44aeaac0a6f0e75a6cdd 100644 |
--- a/chrome/app/nacl_fork_delegate_linux.h |
+++ b/components/nacl/zygote/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_ZYGOTE_NACL_FORK_DELEGATE_LINUX_H_ |
+#define COMPONENTS_NACL_ZYGOTE_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_ZYGOTE_NACL_FORK_DELEGATE_LINUX_H_ |