Fix header guard typos.

This is preventing compilation on Linux with clang.

R=robertphillips@google.com

Review URL: https://codereview.chromium.org/18131007

git-svn-id: http://skia.googlecode.com/svn/trunk@9905 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
tfarina@chromium.org 2013-07-08 13:00:42 +00:00
parent 561b7138c3
commit 293f01939c
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@
*/
#ifndef SkPathUtils_DEFINED
#define SKPathUtils_DEFINED
#define SkPathUtils_DEFINED
#include "SkPath.h"

View File

@ -1,4 +1,3 @@
/*
* Copyright 2012 Google Inc.
*
@ -6,7 +5,7 @@
* found in the LICENSE file.
*/
#ifndef GrTextreUnitObj_DEFINED
#ifndef GrTextureUnitObj_DEFINED
#define GrTextureUnitObj_DEFINED
#include "GrFakeRefObj.h"