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

Unified Diff: sky/engine/core/dom/ShadowTreeStyleSheetCollection.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/dom/SelectorQuery.h ('k') | sky/engine/core/dom/SimulatedClickOptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
diff --git a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
index 89603f67631bd08459f68ad3b0a460af4e8eb628..7634404c76376e46847dfbecb9c48bf7b5a87480 100644
--- a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
+++ b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
@@ -25,8 +25,8 @@
*
*/
-#ifndef ShadowTreeStyleSheetCollection_h
-#define ShadowTreeStyleSheetCollection_h
+#ifndef SKY_ENGINE_CORE_DOM_SHADOWTREESTYLESHEETCOLLECTION_H_
+#define SKY_ENGINE_CORE_DOM_SHADOWTREESTYLESHEETCOLLECTION_H_
#include "sky/engine/core/dom/TreeScopeStyleSheetCollection.h"
@@ -50,5 +50,5 @@ private:
}
-#endif
+#endif // SKY_ENGINE_CORE_DOM_SHADOWTREESTYLESHEETCOLLECTION_H_
« no previous file with comments | « sky/engine/core/dom/SelectorQuery.h ('k') | sky/engine/core/dom/SimulatedClickOptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698