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

Unified Diff: sky/engine/platform/fonts/FixedPitchFontType.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
« no previous file with comments | « sky/engine/platform/fonts/CustomFontData.h ('k') | sky/engine/platform/fonts/Font.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/fonts/FixedPitchFontType.h
diff --git a/sky/engine/platform/fonts/FixedPitchFontType.h b/sky/engine/platform/fonts/FixedPitchFontType.h
index 74e4a46c0ce6cd73fef38c8715649b9552e5631d..830c679c1eb8e09d6688cc7dc823227f08407c40 100644
--- a/sky/engine/platform/fonts/FixedPitchFontType.h
+++ b/sky/engine/platform/fonts/FixedPitchFontType.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef FixedPitchFontType_h
-#define FixedPitchFontType_h
+#ifndef SKY_ENGINE_PLATFORM_FONTS_FIXEDPITCHFONTTYPE_H_
+#define SKY_ENGINE_PLATFORM_FONTS_FIXEDPITCHFONTTYPE_H_
namespace blink {
@@ -14,4 +14,4 @@ enum FixedPitchFontType {
} // namespace blink
-#endif // FixedPitchFontType_h
+#endif // SKY_ENGINE_PLATFORM_FONTS_FIXEDPITCHFONTTYPE_H_
« no previous file with comments | « sky/engine/platform/fonts/CustomFontData.h ('k') | sky/engine/platform/fonts/Font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698