From 84cea40bf4ac03182157b24873e8993af32a09e8 Mon Sep 17 00:00:00 2001 From: Alhaad Gokhale Date: Thu, 8 Mar 2018 15:03:17 -0800 Subject: [PATCH] Rename 'service request' to 'directory request' (#4757) --- content_handler/application_controller_impl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content_handler/application_controller_impl.cc b/content_handler/application_controller_impl.cc index 3f08422fd44..e9626e6f957 100644 --- a/content_handler/application_controller_impl.cc +++ b/content_handler/application_controller_impl.cc @@ -42,9 +42,9 @@ ApplicationControllerImpl::ApplicationControllerImpl( // TODO(jeffbrown): Decide what to do with command-line arguments and // startup handles. - if (startup_info->launch_info->service_request.is_valid()) { + if (startup_info->launch_info->directory_request.is_valid()) { service_provider_bridge_.ServeDirectory( - std::move(startup_info->launch_info->service_request)); + std::move(startup_info->launch_info->directory_request)); } service_provider_bridge_.AddService(