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

Unified Diff: sky/engine/core/dom/TreeScopeAdopter.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/TreeScope.h ('k') | sky/engine/core/dom/TreeScopeStyleSheetCollection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/TreeScopeAdopter.h
diff --git a/sky/engine/core/dom/TreeScopeAdopter.h b/sky/engine/core/dom/TreeScopeAdopter.h
index 86a5811446f4270f08f14a8c8b5f46a0405f7980..be431e2dd18abda12122c96d431f510689e68bc6 100644
--- a/sky/engine/core/dom/TreeScopeAdopter.h
+++ b/sky/engine/core/dom/TreeScopeAdopter.h
@@ -22,8 +22,8 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
-#ifndef TreeScopeAdopter_h
-#define TreeScopeAdopter_h
+#ifndef SKY_ENGINE_CORE_DOM_TREESCOPEADOPTER_H_
+#define SKY_ENGINE_CORE_DOM_TREESCOPEADOPTER_H_
#include "sky/engine/core/dom/Node.h"
@@ -67,4 +67,4 @@ inline TreeScopeAdopter::TreeScopeAdopter(Node& toAdopt, TreeScope& newScope)
}
-#endif
+#endif // SKY_ENGINE_CORE_DOM_TREESCOPEADOPTER_H_
« no previous file with comments | « sky/engine/core/dom/TreeScope.h ('k') | sky/engine/core/dom/TreeScopeStyleSheetCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698