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

Unified Diff: sky/engine/platform/WindowsKeyboardCodes.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/Widget.h ('k') | sky/engine/platform/animation/AnimationUtilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/WindowsKeyboardCodes.h
diff --git a/sky/engine/platform/WindowsKeyboardCodes.h b/sky/engine/platform/WindowsKeyboardCodes.h
index 237b91670f91832bf727aa68d52b8fd2da9243d8..59cd2b4e621df7709944a38d83cca43db6917a50 100644
--- a/sky/engine/platform/WindowsKeyboardCodes.h
+++ b/sky/engine/platform/WindowsKeyboardCodes.h
@@ -23,6 +23,9 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef SKY_ENGINE_PLATFORM_WINDOWSKEYBOARDCODES_H_
+#define SKY_ENGINE_PLATFORM_WINDOWSKEYBOARDCODES_H_
+
#ifndef VK_UNKNOWN
#define VK_UNKNOWN 0
@@ -318,3 +321,5 @@
#define VK_OEM_CLEAR 0xFE // Clear key
#endif // VK_UNKNOWN
+
+#endif // SKY_ENGINE_PLATFORM_WINDOWSKEYBOARDCODES_H_
« no previous file with comments | « sky/engine/platform/Widget.h ('k') | sky/engine/platform/animation/AnimationUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698