| Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| index 8725c8696ccfc29b57550b9698c0770bc356efa2..4d6fa7babbfc0035feb46aab49f8962533402393 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| @@ -25,7 +25,7 @@ class TestPrerendererClient : public GarbageCollected<TestPrerendererClient>,
|
| : PrerendererClient(page), is_prefetch_only_(is_prefetch_only) {}
|
|
|
| private:
|
| - void WillAddPrerender(Prerender*) override{};
|
| + void WillAddPrerender(Prerender*) override {}
|
| bool IsPrefetchOnly() override { return is_prefetch_only_; }
|
|
|
| bool is_prefetch_only_;
|
|
|