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

Unified Diff: sky/engine/core/dom/TreeScopeStyleSheetCollection.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/TreeScopeAdopter.h ('k') | sky/engine/core/dom/TreeShared.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/TreeScopeStyleSheetCollection.h
diff --git a/sky/engine/core/dom/TreeScopeStyleSheetCollection.h b/sky/engine/core/dom/TreeScopeStyleSheetCollection.h
index e457d3a2a4cca8411dba5f5f1a5e341e150e0887..3dd27edfca0bfa796ef832bccf098f78b31216aa 100644
--- a/sky/engine/core/dom/TreeScopeStyleSheetCollection.h
+++ b/sky/engine/core/dom/TreeScopeStyleSheetCollection.h
@@ -25,8 +25,8 @@
*
*/
-#ifndef TreeScopeStyleSheetCollection_h
-#define TreeScopeStyleSheetCollection_h
+#ifndef SKY_ENGINE_CORE_DOM_TREESCOPESTYLESHEETCOLLECTION_H_
+#define SKY_ENGINE_CORE_DOM_TREESCOPESTYLESHEETCOLLECTION_H_
#include "sky/engine/core/dom/Document.h"
#include "sky/engine/core/dom/DocumentOrderedList.h"
@@ -97,4 +97,4 @@ protected:
}
-#endif
+#endif // SKY_ENGINE_CORE_DOM_TREESCOPESTYLESHEETCOLLECTION_H_
« no previous file with comments | « sky/engine/core/dom/TreeScopeAdopter.h ('k') | sky/engine/core/dom/TreeShared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698