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

Unified Diff: sky/engine/core/rendering/break_lines.h

Issue 736373003: Fix sky include guards to match Chromium style (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Reran script after fixing missing break Created 6 years, 1 month 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
Index: sky/engine/core/rendering/break_lines.h
diff --git a/sky/engine/core/rendering/break_lines.h b/sky/engine/core/rendering/break_lines.h
index ff6b7256d4d30e89cefdd83f715ac2d0b7c4c010..873d685f97fdde9f151a427db2833cdff1ff8c69 100644
--- a/sky/engine/core/rendering/break_lines.h
+++ b/sky/engine/core/rendering/break_lines.h
@@ -18,8 +18,8 @@
*
*/
-#ifndef break_lines_h
-#define break_lines_h
+#ifndef SKY_ENGINE_CORE_RENDERING_BREAK_LINES_H_
+#define SKY_ENGINE_CORE_RENDERING_BREAK_LINES_H_
#include "sky/engine/wtf/unicode/Unicode.h"
@@ -38,4 +38,4 @@ inline bool isBreakable(LazyLineBreakIterator& lazyBreakIterator, int pos, int&
} // namespace blink
-#endif // break_lines_h
+#endif // SKY_ENGINE_CORE_RENDERING_BREAK_LINES_H_
« no previous file with comments | « sky/engine/core/rendering/VerticalPositionCache.h ('k') | sky/engine/core/rendering/compositing/CompositedLayerMapping.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698