| Index: mojo/shell/fetcher/about_fetcher_unittest.cc
|
| diff --git a/mojo/shell/fetcher/about_fetcher_unittest.cc b/mojo/shell/fetcher/about_fetcher_unittest.cc
|
| index ba7714a05d83ac357dd609ebc33acc1c3c30df08..9835e5cf9de8a2c99c9155686ae023782382d866 100644
|
| --- a/mojo/shell/fetcher/about_fetcher_unittest.cc
|
| +++ b/mojo/shell/fetcher/about_fetcher_unittest.cc
|
| @@ -43,7 +43,7 @@ class TestContentHandler : public ShellClient,
|
| // Overridden from ShellClient:
|
| void Initialize(Shell* shell, const std::string& url, uint32_t id) override {}
|
| bool AcceptConnection(Connection* connection) override {
|
| - connection->AddService<mojom::ContentHandler>(this);
|
| + connection->AddInterface<mojom::ContentHandler>(this);
|
| return true;
|
| }
|
|
|
|
|