Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: include/utils/SkPathUtils.h

Issue 18131007: Fix header guard typos. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/gl/debug/GrTextureUnitObj.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/SkPathUtils.h
diff --git a/include/utils/SkPathUtils.h b/include/utils/SkPathUtils.h
index 80f4f6b85dc03fed4bc3f5a9f15770182fab1a60..4ab819c6c9e386b1037b49de68a87086d3631570 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"
« no previous file with comments | « no previous file | src/gpu/gl/debug/GrTextureUnitObj.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698