| Index: services/shell/runner/host/native_application_support.cc
|
| diff --git a/services/shell/runner/host/native_application_support.cc b/services/shell/runner/host/native_application_support.cc
|
| index c06ecd0a35b47b2e3c64445bc5194866814141a6..fa46f1902b97fbbcbc39708d40abf6a9de9cf2ab 100644
|
| --- a/services/shell/runner/host/native_application_support.cc
|
| +++ b/services/shell/runner/host/native_application_support.cc
|
| @@ -49,7 +49,7 @@ base::NativeLibrary LoadNativeApplication(const base::FilePath& app_path) {
|
| }
|
|
|
| bool RunNativeApplication(base::NativeLibrary app_library,
|
| - mojom::ShellClientRequest request) {
|
| + mojom::ServiceRequest request) {
|
| // Tolerate |app_library| being null, to make life easier for callers.
|
| if (!app_library)
|
| return false;
|
|
|