| Index: mojo/shell/shell_test_helper.cc
|
| diff --git a/mojo/shell/shell_test_helper.cc b/mojo/shell/shell_test_helper.cc
|
| index 4b8f0b86b3cdaf434f3afcf14be325fc0a41d7e9..1fc3ae498d71b70f77eae11ead76c17939523529 100644
|
| --- a/mojo/shell/shell_test_helper.cc
|
| +++ b/mojo/shell/shell_test_helper.cc
|
| @@ -48,8 +48,8 @@ class ShellTestHelper::TestServiceProvider : public ServiceProvider {
|
| // ServiceProvider:
|
| virtual void ConnectToService(
|
| const mojo::String& url,
|
| - ScopedMessagePipeHandle client_handle) OVERRIDE {
|
| - }
|
| + const mojo::String& name,
|
| + ScopedMessagePipeHandle client_handle) OVERRIDE {}
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TestServiceProvider);
|
|
|