| Index: services/console/console.cc
|
| diff --git a/services/console/console.cc b/services/console/console.cc
|
| index ad1fc9c186333f87671fbc914ad8c49f1df1cc54..131bf3b274ce875975d52a0920f517b07a17c9df 100644
|
| --- a/services/console/console.cc
|
| +++ b/services/console/console.cc
|
| @@ -60,7 +60,7 @@ class ConsoleDelegate : public ApplicationDelegate,
|
| ~ConsoleDelegate() override {}
|
|
|
| // ApplicationDelegate implementation.
|
| - bool ConfigureIncomingConnection(ApplicationConnection* connection) override {
|
| + bool ConfigureIncomingConnection(ApplicationConnection* connection, const std::string& url) override {
|
| connection->AddService(this);
|
| return true;
|
| }
|
|
|