| Index: third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| index 6a0fc9671ab6d5f6a4cdfdbd35cdd56e19168d25..7711a726c8a99879cdb4fce7d9a22ffb0d3c278f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_node.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 NGBox_h
|
| -#define NGBox_h
|
| +#ifndef NGBlockNode_h
|
| +#define NGBlockNode_h
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/layout/ng/ng_layout_input_node.h"
|
| @@ -91,4 +91,4 @@ DEFINE_TYPE_CASTS(NGBlockNode,
|
|
|
| } // namespace blink
|
|
|
| -#endif // NGBox_h
|
| +#endif // NGBlockNode
|
|
|