| Index: third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
|
| index cfbc66a0641af5c27b8458809d9d8b979a48541c..2618cf962b1ad445f0cdc1fb5d9d8d04e6092ab0 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
|
| @@ -24,6 +24,6 @@ class CORE_EXPORT NGColumnLayoutAlgorithm : public NGBlockLayoutAlgorithm {
|
| RefPtr<NGLayoutResult> Layout() override;
|
| };
|
|
|
| -} // namespace Blink
|
| +} // namespace blink
|
|
|
| #endif // NGColumnLayoutAlgorithm_h
|
|
|