| Index: third_party/WebKit/Source/core/style/GridPositionsResolver.h
|
| diff --git a/third_party/WebKit/Source/core/style/GridPositionsResolver.h b/third_party/WebKit/Source/core/style/GridPositionsResolver.h
|
| index ec70e3518617cc8a1c90cea52a9f9996111f8aa9..96a372c7a2e46837c6644309194ac02af4cf5199 100644
|
| --- a/third_party/WebKit/Source/core/style/GridPositionsResolver.h
|
| +++ b/third_party/WebKit/Source/core/style/GridPositionsResolver.h
|
| @@ -53,7 +53,8 @@ class NamedLineCollection {
|
| size_t m_autoRepeatTrackListLength;
|
| };
|
|
|
| -// This is a utility class with all the code related to grid items positions resolution.
|
| +// This is a utility class with all the code related to grid items positions
|
| +// resolution.
|
| class GridPositionsResolver {
|
| DISALLOW_NEW();
|
|
|
|
|