| Index: components/dom_distiller/core/viewer_unittest.cc
|
| diff --git a/components/dom_distiller/core/viewer_unittest.cc b/components/dom_distiller/core/viewer_unittest.cc
|
| index 7aeba31d8b9ac2afc860017455f1aa3239e83aac..02ac6f57d1384d12722a010ab1db0e9489006e7b 100644
|
| --- a/components/dom_distiller/core/viewer_unittest.cc
|
| +++ b/components/dom_distiller/core/viewer_unittest.cc
|
| @@ -39,6 +39,8 @@ class TestDomDistillerService : public DomDistillerServiceInterface {
|
| const ArticleAvailableCallback& article_cb) {
|
| return AddToList(url, distiller_page.get(), article_cb);
|
| }
|
| + MOCK_METHOD1(HasEntry, bool(const std::string&));
|
| + MOCK_METHOD1(GetUrlForEntry, std::string(const std::string&));
|
| MOCK_CONST_METHOD0(GetEntries, std::vector<ArticleEntry>());
|
| MOCK_METHOD1(AddObserver, void(DomDistillerObserver*));
|
| MOCK_METHOD1(RemoveObserver, void(DomDistillerObserver*));
|
|
|