Index: third_party/WebKit/Source/web/SpellCheckerClientImpl.h |
diff --git a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h |
index ca4f090c3484741cf9dfef51204b92cb6d570e0e..e6adc9284a0ea16e5c61ca2e9ce67443d038d932 100644 |
--- a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h |
+++ b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h |
@@ -38,6 +38,8 @@ namespace blink { |
class TextCheckerClient; |
class WebViewImpl; |
+// TODO(xiaochengh): Split SpellCheckerClientImpl into two classes according to |
+// the split that should be done to its interface. |
class SpellCheckerClientImpl final : public SpellCheckerClient { |
public: |
explicit SpellCheckerClientImpl(WebViewImpl*, TextCheckerClient*); |