| Index: mojo/public/c/system/system_export.h
|
| diff --git a/mojo/public/system/system_export.h b/mojo/public/c/system/system_export.h
|
| similarity index 79%
|
| rename from mojo/public/system/system_export.h
|
| rename to mojo/public/c/system/system_export.h
|
| index 6b563ff13372be825672837e71a19ad826e22496..a0f5f418951833a6d5735c8ad7553a2572030a2c 100644
|
| --- a/mojo/public/system/system_export.h
|
| +++ b/mojo/public/c/system/system_export.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 MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_
|
| -#define MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_
|
| +#ifndef MOJO_PUBLIC_C_SYSTEM_SYSTEM_EXPORT_H_
|
| +#define MOJO_PUBLIC_C_SYSTEM_SYSTEM_EXPORT_H_
|
|
|
| #if defined(WIN32)
|
|
|
| @@ -23,4 +23,4 @@
|
|
|
| #endif // defined(WIN32)
|
|
|
| -#endif // MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_
|
| +#endif // MOJO_PUBLIC_C_SYSTEM_SYSTEM_EXPORT_H_
|
|
|