| Index: sky/engine/platform/graphics/ProfilingCanvas.h
|
| diff --git a/sky/engine/platform/graphics/ProfilingCanvas.h b/sky/engine/platform/graphics/ProfilingCanvas.h
|
| index 1c5c6ebada9ec7f501d2ed3e5425eb29ff691c01..007f8426f92b4f7e6429cd5ff7071fc27fa1b3e4 100644
|
| --- a/sky/engine/platform/graphics/ProfilingCanvas.h
|
| +++ b/sky/engine/platform/graphics/ProfilingCanvas.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ProfilingCanvas_h
|
| -#define ProfilingCanvas_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_PROFILINGCANVAS_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_PROFILINGCANVAS_H_
|
|
|
| #include "sky/engine/platform/graphics/InterceptingCanvas.h"
|
| #include "sky/engine/wtf/Vector.h"
|
| @@ -85,4 +85,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ProfilingCanvas_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_PROFILINGCANVAS_H_
|
|
|