| Index: sky/engine/platform/text/BidiTestHarness.h
|
| diff --git a/sky/engine/platform/text/BidiTestHarness.h b/sky/engine/platform/text/BidiTestHarness.h
|
| index 2064cea981d8780a89c0ac39eb0a8d4bab187a3e..bf44d14f356b0bd9d88716ec030f560c91d706c7 100644
|
| --- a/sky/engine/platform/text/BidiTestHarness.h
|
| +++ b/sky/engine/platform/text/BidiTestHarness.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef BidiTestHarness_h
|
| -#define BidiTestHarness_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TEXT_BIDITESTHARNESS_H_
|
| +#define SKY_ENGINE_PLATFORM_TEXT_BIDITESTHARNESS_H_
|
|
|
| #include <stdio.h>
|
| #include <istream>
|
| @@ -270,4 +270,4 @@ void Harness<Runner>::parse(std::istream& bidiTestFile)
|
|
|
| } // namespace bidi_test
|
|
|
| -#endif // BidiTestHarness_h
|
| +#endif // SKY_ENGINE_PLATFORM_TEXT_BIDITESTHARNESS_H_
|
|
|