| Index: mojo/shell/desktop/mojo_main.cc
|
| diff --git a/mojo/shell/desktop/mojo_main.cc b/mojo/shell/desktop/mojo_main.cc
|
| index 03a549c4bb1494fd4c9c44a838acb12f0dddda4a..dec73f4f948188eb003418f86892ae23c6fb0b20 100644
|
| --- a/mojo/shell/desktop/mojo_main.cc
|
| +++ b/mojo/shell/desktop/mojo_main.cc
|
| @@ -8,12 +8,12 @@
|
| #include "base/macros.h" // TODO(vtl): Remove.
|
| #include "base/message_loop/message_loop.h"
|
| #include "mojo/common/message_pump_mojo.h"
|
| +#include "mojo/embedder/embedder.h"
|
| #include "mojo/shell/child_process.h"
|
| #include "mojo/shell/child_process_host.h" // TODO(vtl): Remove.
|
| #include "mojo/shell/context.h"
|
| #include "mojo/shell/init.h"
|
| #include "mojo/shell/run.h"
|
| -#include "mojo/system/embedder/embedder.h"
|
| #include "ui/gl/gl_surface.h"
|
|
|
| namespace {
|
|
|