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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_derived_constraint_space.h

Issue 2275363002: [layoutng] Fix header guard for ng_derived_constraint_space.h (Closed)
Patch Set: Created 4 years, 4 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/ng/ng_derived_constraint_space.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_derived_constraint_space.h b/third_party/WebKit/Source/core/layout/ng/ng_derived_constraint_space.h
index c11e461350b434e9c9e0f20c396d82a3c63eb24c..1c9f4e2f3690183958378e6c8ddf742731a3724e 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_derived_constraint_space.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_derived_constraint_space.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NGConstraintSpace_h
-#define NGConstraintSpace_h
+#ifndef NGDerivedConstraintSpace_h
+#define NGDerivedConstraintSpace_h
#include "core/CoreExport.h"
#include "core/layout/ng/ng_constraint_space.h"
@@ -41,4 +41,4 @@ class CORE_EXPORT NGDerivedConstraintSpace final : public NGConstraintSpace {
} // namespace blink
-#endif // NGConstraintSpace_h
+#endif // NGDerivedConstraintSpace_h
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698