diff options
author | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 07:59:27 +0000 |
---|---|---|
committer | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 07:59:27 +0000 |
commit | 81e8ebf38660b01f4886984adb444bc5028916e7 (patch) | |
tree | a7f98acf4b723de366708b27d6486b776b500f75 /base/template_util.h | |
parent | 216f461e3f2ae6a45936b243996e5439ec5ba137 (diff) | |
download | chromium_src-81e8ebf38660b01f4886984adb444bc5028916e7.zip chromium_src-81e8ebf38660b01f4886984adb444bc5028916e7.tar.gz chromium_src-81e8ebf38660b01f4886984adb444bc5028916e7.tar.bz2 |
Fix style guide errors in comments
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3402004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59622 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/template_util.h')
-rw-r--r-- | base/template_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/template_util.h b/base/template_util.h index ab9c35e..2cfe04c 100644 --- a/base/template_util.h +++ b/base/template_util.h @@ -27,4 +27,4 @@ template <class T> struct is_pointer<T*> : true_type {}; } // namespace base -#endif +#endif // BASE_TEMPLATE_UTIL_H_ |