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

Unified Diff: third_party/WebKit/Source/wtf/text/Unicode.h

Issue 1373773002: Fix check-webkit-style errors in Source/wtf/text/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « third_party/WebKit/Source/wtf/text/UTF8.cpp ('k') | third_party/WebKit/Source/wtf/text/WTFString.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/text/Unicode.h
diff --git a/third_party/WebKit/Source/wtf/text/Unicode.h b/third_party/WebKit/Source/wtf/text/Unicode.h
index a84d6f2ab7cb89c6e5fb439825acca3acbd0ac28..751b5e4c06dbc924ff1b736b78a2ca8f53c5961f 100644
--- a/third_party/WebKit/Source/wtf/text/Unicode.h
+++ b/third_party/WebKit/Source/wtf/text/Unicode.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef WTF_UNICODE_H
-#define WTF_UNICODE_H
+#ifndef WTF_Unicode_h
+#define WTF_Unicode_h
#include "wtf/Assertions.h"
@@ -32,4 +32,4 @@ typedef unsigned char LChar;
static_assert(sizeof(UChar) == 2, "UChar should be two bytes");
-#endif // WTF_UNICODE_H
+#endif // WTF_Unicode_h
« no previous file with comments | « third_party/WebKit/Source/wtf/text/UTF8.cpp ('k') | third_party/WebKit/Source/wtf/text/WTFString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698