| Index: sky/engine/platform/TracedValue.h
|
| diff --git a/sky/engine/platform/TracedValue.h b/sky/engine/platform/TracedValue.h
|
| index 11fa507c3d8d3292418a419cbff7aeed44795e4b..74a2cb9d6d6e0ff030e67ae352ff29502c020c20 100644
|
| --- a/sky/engine/platform/TracedValue.h
|
| +++ b/sky/engine/platform/TracedValue.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 TracedValue_h
|
| -#define TracedValue_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TRACEDVALUE_H_
|
| +#define SKY_ENGINE_PLATFORM_TRACEDVALUE_H_
|
|
|
| #include "sky/engine/platform/EventTracer.h"
|
|
|
| @@ -52,4 +52,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // TracedValue_h
|
| +#endif // SKY_ENGINE_PLATFORM_TRACEDVALUE_H_
|
|
|