| Index: sky/engine/wtf/testing/WTFTestHelpers.h
|
| diff --git a/sky/engine/wtf/testing/WTFTestHelpers.h b/sky/engine/wtf/testing/WTFTestHelpers.h
|
| index 656da020a31779cb6634ef3ec4b2a20b03122158..13ee581da6abbd997fb2fa0ab7ab663e16cf2485 100644
|
| --- a/sky/engine/wtf/testing/WTFTestHelpers.h
|
| +++ b/sky/engine/wtf/testing/WTFTestHelpers.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WTFTestHelpers_h
|
| -#define WTFTestHelpers_h
|
| +#ifndef SKY_ENGINE_WTF_TESTING_WTFTESTHELPERS_H_
|
| +#define SKY_ENGINE_WTF_TESTING_WTFTESTHELPERS_H_
|
|
|
| #include <iosfwd> // NOLINT
|
| #include "sky/engine/wtf/text/WTFString.h"
|
| @@ -42,4 +42,4 @@ WTF_UNITTEST_HELPERS_EXPORT std::ostream& operator<<(std::ostream&, const String
|
|
|
| } // namespace WTF
|
|
|
| -#endif // WTFTestHelpers_h
|
| +#endif // SKY_ENGINE_WTF_TESTING_WTFTESTHELPERS_H_
|
|
|