| Index: sky/engine/platform/testing/SkiaForCoreTesting.h
|
| diff --git a/sky/engine/platform/testing/SkiaForCoreTesting.h b/sky/engine/platform/testing/SkiaForCoreTesting.h
|
| index 36b94153f150acbd3cc21cb4c3aa870d82317462..cbfd621fe855fad0113466c8f33aa05f3815880f 100644
|
| --- a/sky/engine/platform/testing/SkiaForCoreTesting.h
|
| +++ b/sky/engine/platform/testing/SkiaForCoreTesting.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SkiaForCoreTesting_h
|
| -#define SkiaForCoreTesting_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TESTING_SKIAFORCORETESTING_H_
|
| +#define SKY_ENGINE_PLATFORM_TESTING_SKIAFORCORETESTING_H_
|
|
|
| // For tests under engine/core/ directory needing access Skia API.
|
|
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
|
|
| -#endif // SkiaForCoreTesting_h
|
| +#endif // SKY_ENGINE_PLATFORM_TESTING_SKIAFORCORETESTING_H_
|
|
|