summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 22:46:25 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 22:46:25 +0000
commit966d650f5fb2c9b3e524a73499bffbdeefc0e926 (patch)
tree34862080cd56e25c66a4d745489fd3d6921f00bc /skia
parenteda84cb6cc7d9fe525497ee6e2d599c8fbc66ea0 (diff)
downloadchromium_src-966d650f5fb2c9b3e524a73499bffbdeefc0e926.zip
chromium_src-966d650f5fb2c9b3e524a73499bffbdeefc0e926.tar.gz
chromium_src-966d650f5fb2c9b3e524a73499bffbdeefc0e926.tar.bz2
Fix include guard
BUG=50273 TEST=none TBR=erg Review URL: http://codereview.chromium.org/3043022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/config/win/stdint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/config/win/stdint.h b/skia/config/win/stdint.h
index b82f16b..a37ac78 100644
--- a/skia/config/win/stdint.h
+++ b/skia/config/win/stdint.h
@@ -7,7 +7,7 @@
// to provide a compatibility layer between MSVC and skia
#ifndef SKIA_CONFIG_WIN_STDINT_H_
-#define SKIA_CONFIG_WIN_STDINT_H
+#define SKIA_CONFIG_WIN_STDINT_H_
#if !defined(_MSC_VER)
#error This file should only be included when compiling with MSVC.
@@ -23,4 +23,4 @@ typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
typedef unsigned long long uint64_t;
-#endif // SKIA_CONFIG_WIN_STDINT_H
+#endif // SKIA_CONFIG_WIN_STDINT_H_