| Index: components/nacl/common/nacl_types.h
|
| diff --git a/chrome/common/nacl_types.h b/components/nacl/common/nacl_types.h
|
| similarity index 94%
|
| rename from chrome/common/nacl_types.h
|
| rename to components/nacl/common/nacl_types.h
|
| index a5f6e6bcb06f3d50399cce037cce1bc9c1d44c74..13fb33e91fd3e10c1832b6485416df4450648137 100644
|
| --- a/chrome/common/nacl_types.h
|
| +++ b/components/nacl/common/nacl_types.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_TYPES_H_
|
| -#define CHROME_COMMON_NACL_TYPES_H_
|
| +#ifndef COMPONENTS_NACL_COMMON_NACL_TYPES_H_
|
| +#define COMPONENTS_NACL_COMMON_NACL_TYPES_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -83,4 +83,4 @@ struct NaClLaunchParams {
|
|
|
| } // namespace nacl
|
|
|
| -#endif // CHROME_COMMON_NACL_TYPES_H_
|
| +#endif // COMPONENTS_NACL_COMMON_NACL_TYPES_H_
|
|
|