| 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
|
|
|