| Index: shell/native_runner_unittest.cc
|
| diff --git a/shell/native_runner_unittest.cc b/shell/native_runner_unittest.cc
|
| index 5676405411de496672d91cae23f5f3ccba1a2e17..7cad4b904e2fc1a3f052502833976859faeb758c 100644
|
| --- a/shell/native_runner_unittest.cc
|
| +++ b/shell/native_runner_unittest.cc
|
| @@ -33,7 +33,7 @@ class TestNativeRunner : public NativeRunner {
|
| base::MessageLoop::current()->Quit();
|
| }
|
| void Start(const base::FilePath& app_path,
|
| - NativeRunner::CleanupBehavior cleanup_behavior,
|
| + NativeApplicationCleanup cleanup,
|
| InterfaceRequest<Application> application_request,
|
| const base::Closure& app_completed_callback) override {
|
| state_->runner_was_started = true;
|
|
|