Index: services/shell/public/cpp/BUILD.gn |
diff --git a/services/shell/public/cpp/BUILD.gn b/services/shell/public/cpp/BUILD.gn |
index 63d6e96ad10f0d5ffe5164125ecf1ef72ea36300..0d8a088a803c0486400e94220d8745e517c03aaf 100644 |
--- a/services/shell/public/cpp/BUILD.gn |
+++ b/services/shell/public/cpp/BUILD.gn |
@@ -37,12 +37,12 @@ source_set("sources") { |
"lib/interface_registry.cc", |
"lib/names.cc", |
"lib/service.cc", |
- "lib/shell_connection.cc", |
- "lib/shell_connection_ref.cc", |
+ "lib/service_context.cc", |
+ "lib/service_context_ref.cc", |
"names.h", |
"service.h", |
- "shell_connection.h", |
- "shell_connection_ref.h", |
+ "service_context.h", |
+ "service_context_ref.h", |
] |
public_deps = [ |