Index: third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h |
diff --git a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h |
index 32728ee70427b975b35124ffa00f841d5e9e2cbd..84961c41b81db4ec3c451e95d2c5e38ea6081149 100644 |
--- a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h |
+++ b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h |
@@ -349,7 +349,8 @@ class DataConsumerHandleTestUtil { |
Vector<char> m_body; |
}; |
- // ReplayingHandle stores commands via |add| and replays the stored commends when read. |
+ // ReplayingHandle stores commands via |add| and replays the stored commends |
+ // when read. |
class ReplayingHandle final : public WebDataConsumerHandle { |
USING_FAST_MALLOC(ReplayingHandle); |