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

Unified Diff: sky/engine/core/events/EventTarget.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/core/events/EventSender.h ('k') | sky/engine/core/events/FocusEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/EventTarget.h
diff --git a/sky/engine/core/events/EventTarget.h b/sky/engine/core/events/EventTarget.h
index c37cb370c165bb458a38e954aa016c075b3f4ce2..3c7d16abd30cbb776c0c45e00987e8db63aac7e2 100644
--- a/sky/engine/core/events/EventTarget.h
+++ b/sky/engine/core/events/EventTarget.h
@@ -29,8 +29,8 @@
*
*/
-#ifndef EventTarget_h
-#define EventTarget_h
+#ifndef SKY_ENGINE_CORE_EVENTS_EVENTTARGET_H_
+#define SKY_ENGINE_CORE_EVENTS_EVENTTARGET_H_
#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
#include "sky/engine/core/events/EventListenerMap.h"
@@ -203,4 +203,4 @@ private: \
// Both of these macros are meant to be placed just before the "public:" section of the class declaration.
#define REFCOUNTED_EVENT_TARGET(className) DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCounted<className>)
-#endif // EventTarget_h
+#endif // SKY_ENGINE_CORE_EVENTS_EVENTTARGET_H_
« no previous file with comments | « sky/engine/core/events/EventSender.h ('k') | sky/engine/core/events/FocusEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698