Index: third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
index 1da9776fa25b9e524bc7de23c31aa4fd93d8288b..6a07b8262936d3a53bfdad15d66f770cdfb4c750 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
@@ -20,7 +20,7 @@ class HitTestLocation; |
class LayoutObject; |
class LineLayoutBox; |
class LineLayoutBoxModel; |
-class LineLayoutPaintShim; |
+class LineLayoutAPIShim; |
enum HitTestFilter; |
@@ -382,7 +382,7 @@ protected: |
private: |
LayoutObject* m_layoutObject; |
- friend class LineLayoutPaintShim; |
+ friend class LineLayoutAPIShim; |
}; |
} // namespace blink |