| Index: components/nacl/common/nacl_helper_linux.h
|
| diff --git a/chrome/common/nacl_helper_linux.h b/components/nacl/common/nacl_helper_linux.h
|
| similarity index 90%
|
| rename from chrome/common/nacl_helper_linux.h
|
| rename to components/nacl/common/nacl_helper_linux.h
|
| index 0f21895f0e312fc6dc695d8812dbe629543bc490..48e59dcd06804b2a8b484e72199c7c89ed2e1aa6 100644
|
| --- a/chrome/common/nacl_helper_linux.h
|
| +++ b/components/nacl/common/nacl_helper_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_COMMON_NACL_HELPER_LINUX_H_
|
| -#define CHROME_COMMON_NACL_HELPER_LINUX_H_
|
| +#ifndef COMPONENTS_NACL_COMMON_NACL_HELPER_LINUX_H_
|
| +#define COMPONENTS_NACL_COMMON_NACL_HELPER_LINUX_H_
|
|
|
| // A mini-zygote specifically for Native Client. This file defines
|
| // constants used to implement communication between the nacl_helper
|
| @@ -39,4 +39,4 @@
|
| #define kNaClDummyFDIndex 1
|
| #define kNaClParentFDIndex 2
|
|
|
| -#endif // CHROME_COMMON_NACL_HELPER_LINUX_H_
|
| +#endif // COMPONENTS_NACL_COMMON_NACL_HELPER_LINUX_H_
|
|
|