Commit 4241171c authored by cbiesinger's avatar cbiesinger Committed by Commit bot

[layoutng] Fix header guard for ng_derived_constraint_space.h

R=eae@chromium.org,ikilpatrick@chromium.org
NOTRY=true

Review-Url: https://codereview.chromium.org/2275363002
Cr-Commit-Position: refs/heads/master@{#414474}
parent 4bc916c1
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment