| Index: shell/in_process_native_runner.cc
|
| diff --git a/shell/in_process_native_runner.cc b/shell/in_process_native_runner.cc
|
| index 084ab9e84e5b9b78730565ae4cc0dcb2d3fa2e6f..f12708dda99e7ce32b3bfefebca6fa5e405023a4 100644
|
| --- a/shell/in_process_native_runner.cc
|
| +++ b/shell/in_process_native_runner.cc
|
| @@ -11,7 +11,6 @@
|
| #include "base/threading/platform_thread.h"
|
| #include "shell/native_application_support.h"
|
|
|
| -namespace mojo {
|
| namespace shell {
|
|
|
| InProcessNativeRunner::InProcessNativeRunner(Context* context)
|
| @@ -32,7 +31,7 @@ InProcessNativeRunner::~InProcessNativeRunner() {
|
| void InProcessNativeRunner::Start(
|
| const base::FilePath& app_path,
|
| NativeApplicationCleanup cleanup,
|
| - InterfaceRequest<Application> application_request,
|
| + mojo::InterfaceRequest<mojo::Application> application_request,
|
| const base::Closure& app_completed_callback) {
|
| app_path_ = app_path;
|
| cleanup_ = cleanup;
|
| @@ -70,4 +69,3 @@ scoped_ptr<NativeRunner> InProcessNativeRunnerFactory::Create(
|
| }
|
|
|
| } // namespace shell
|
| -} // namespace mojo
|
|
|