| 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 a2229a8123c37476cbf6c1cd1cad76d1f8bb9df1..c9cb7fae0ff487c41b330e35cb682242be557758 100644
|
| --- a/shell/out_of_process_native_runner.h
|
| +++ b/shell/out_of_process_native_runner.h
|
| @@ -32,7 +32,7 @@ class OutOfProcessNativeRunner : public NativeRunner {
|
| const base::Closure& app_completed_callback) override;
|
|
|
| private:
|
| - // |AppChildController::StartApp()| callback:
|
| + // |ChildProcessHost::StartApp()| callback:
|
| void AppCompleted(int32_t result);
|
|
|
| Context* const context_;
|
|
|