| Index: services/icu_data/icu_data_impl.cc
|
| diff --git a/services/icu_data/icu_data_impl.cc b/services/icu_data/icu_data_impl.cc
|
| index a2eb6f6afea771d674294d7be4567c7deebab7f8..bdb64161271b22bc1e8cb03e311ff8b38e97a0bd 100644
|
| --- a/services/icu_data/icu_data_impl.cc
|
| +++ b/services/icu_data/icu_data_impl.cc
|
| @@ -23,7 +23,8 @@ class ICUDataImpl : public mojo::ApplicationDelegate,
|
|
|
| // mojo::ApplicationDelegate implementation.
|
| bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override {
|
| + mojo::ApplicationConnection* connection,
|
| + const std::string& url) override {
|
| connection->AddService(this);
|
| return true;
|
| }
|
|
|