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