| Index: content/app/mojo/mojo_init.cc
|
| diff --git a/content/app/mojo/mojo_init.cc b/content/app/mojo/mojo_init.cc
|
| index 090e69e06fed7c3fe02a0180c44fcba7c9ef7045..be427a4ff56e947adf957c0db8bc8e4d0fc22925 100644
|
| --- a/content/app/mojo/mojo_init.cc
|
| +++ b/content/app/mojo/mojo_init.cc
|
| @@ -5,7 +5,6 @@
|
| #include "content/app/mojo/mojo_init.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/application_manager/application_manager.h"
|
| #include "mojo/embedder/embedder.h"
|
| #include "mojo/embedder/simple_platform_support.h"
|
|
|
| @@ -14,7 +13,6 @@ namespace content {
|
| void InitializeMojo() {
|
| mojo::embedder::Init(scoped_ptr<mojo::embedder::PlatformSupport>(
|
| new mojo::embedder::SimplePlatformSupport()));
|
| - mojo::ApplicationManager::GetInstance();
|
| }
|
|
|
| } // namespace content
|
|
|