| Index: shell/out_of_process_native_runner.h
|
| diff --git a/shell/out_of_process_native_runner.h b/shell/out_of_process_native_runner.h
|
| index 397ced5ea37c47d1879873fce69d1c02862f230a..09764eaef2a1bc1b6bf451f8f950ce81a20faaf3 100644
|
| --- a/shell/out_of_process_native_runner.h
|
| +++ b/shell/out_of_process_native_runner.h
|
| @@ -27,7 +27,7 @@ class OutOfProcessNativeRunner : public NativeRunner {
|
|
|
| // |NativeRunner| method:
|
| void Start(const base::FilePath& app_path,
|
| - NativeRunner::CleanupBehavior cleanup_behavior,
|
| + NativeApplicationCleanup cleanup,
|
| InterfaceRequest<Application> application_request,
|
| const base::Closure& app_completed_callback) override;
|
|
|
|
|