aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils
diff options
context:
space:
mode:
authorGravatar tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-08 13:00:42 +0000
committerGravatar tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-08 13:00:42 +0000
commit293f01939ccb3a97ce3c3e907829fa3a11b78fa0 (patch)
tree008a870319a3b18faef6c71404092c12c3260e1f /include/utils
parent561b7138c304e2613c311b970f8f54b193cae559 (diff)
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
Diffstat (limited to 'include/utils')
-rw-r--r--include/utils/SkPathUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/SkPathUtils.h b/include/utils/SkPathUtils.h
index 80f4f6b85d..4ab819c6c9 100644
--- a/include/utils/SkPathUtils.h
+++ b/include/utils/SkPathUtils.h
@@ -7,7 +7,7 @@
*/
#ifndef SkPathUtils_DEFINED
-#define SKPathUtils_DEFINED
+#define SkPathUtils_DEFINED
#include "SkPath.h"