Index: third_party/WebKit/Source/core/style/GridPositionsResolver.h |
diff --git a/third_party/WebKit/Source/core/style/GridResolvedPosition.h b/third_party/WebKit/Source/core/style/GridPositionsResolver.h |
similarity index 87% |
rename from third_party/WebKit/Source/core/style/GridResolvedPosition.h |
rename to third_party/WebKit/Source/core/style/GridPositionsResolver.h |
index 1a29f3c2f49e04a7c3946a9b12cbeca1b68fbf7f..f894f88e87783100950b3619d0f21535e2c48017 100644 |
--- a/third_party/WebKit/Source/core/style/GridResolvedPosition.h |
+++ b/third_party/WebKit/Source/core/style/GridPositionsResolver.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 GridResolvedPosition_h |
-#define GridResolvedPosition_h |
+#ifndef GridPositionsResolver_h |
+#define GridPositionsResolver_h |
#include "core/style/GridPosition.h" |
#include "wtf/Allocator.h" |
@@ -27,8 +27,7 @@ enum GridTrackSizingDirection { |
}; |
// This is a utility class with all the code related to grid items positions resolution. |
-// TODO(rego): Rename class to GridPositionsResolver. |
-class GridResolvedPosition { |
+class GridPositionsResolver { |
DISALLOW_NEW(); |
public: |
@@ -47,4 +46,4 @@ public: |
} // namespace blink |
-#endif // GridResolvedPosition_h |
+#endif // GridPositionsResolver_h |