| Index: components/history/core/browser/web_history_service_unittest.cc
|
| diff --git a/components/history/core/browser/web_history_service_unittest.cc b/components/history/core/browser/web_history_service_unittest.cc
|
| index f5e789b28295ce8a097b8a874b48a0fc150a69d1..11a3539ae17c3bee9eed68d620df700a0bbc8ac7 100644
|
| --- a/components/history/core/browser/web_history_service_unittest.cc
|
| +++ b/components/history/core/browser/web_history_service_unittest.cc
|
| @@ -122,6 +122,7 @@ class TestRequest : public WebHistoryService::Request {
|
| void SetPostData(const std::string& post_data) override {
|
| post_data_ = post_data;
|
| }
|
| + void SetUserAgent(const std::string& post_data) override {}
|
|
|
| void Start() override {
|
| is_pending_ = true;
|
|
|