| Index: services/shell/public/cpp/BUILD.gn
|
| diff --git a/services/shell/public/cpp/BUILD.gn b/services/shell/public/cpp/BUILD.gn
|
| index 5035f54df5ed4f6bff558be80676d503ffcdca04..b116e16c038d4954751447fda32ca8ffa9da111a 100644
|
| --- a/services/shell/public/cpp/BUILD.gn
|
| +++ b/services/shell/public/cpp/BUILD.gn
|
| @@ -36,11 +36,11 @@ source_set("sources") {
|
| "lib/interface_provider.cc",
|
| "lib/interface_registry.cc",
|
| "lib/names.cc",
|
| - "lib/shell_client.cc",
|
| + "lib/service.cc",
|
| "lib/shell_connection.cc",
|
| "lib/shell_connection_ref.cc",
|
| "names.h",
|
| - "shell_client.h",
|
| + "service.h",
|
| "shell_connection.h",
|
| "shell_connection_ref.h",
|
| ]
|
|
|