Index: third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h b/third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h |
index 03a745ae5a8e3449eac5f39028ea4ca320d6a3a4..05f4dafecfcbb5d62b78e7299d61f1524637db6e 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h |
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h |
@@ -11,7 +11,8 @@ namespace blink { |
class LayoutObject; |
-// TODO(pilgrim): Remove this kludge once clients have a real API and no longer need access to the underlying LayoutObject. |
+// TODO(pilgrim): Remove this kludge once clients have a real API and no longer |
+// need access to the underlying LayoutObject. |
class LineLayoutAPIShim { |
public: |
static LayoutObject* layoutObjectFrom(LineLayoutItem item) { |