| Index: examples/nesting_app/nesting_app.cc
|
| diff --git a/mojo/examples/nesting_app/nesting_app.cc b/examples/nesting_app/nesting_app.cc
|
| similarity index 96%
|
| rename from mojo/examples/nesting_app/nesting_app.cc
|
| rename to examples/nesting_app/nesting_app.cc
|
| index 7d281e4f9aaea9019c8e976f637c7ef231c73954..814f5abb48ffcd3b6d9df0eae094518bdf3fb830 100644
|
| --- a/mojo/examples/nesting_app/nesting_app.cc
|
| +++ b/examples/nesting_app/nesting_app.cc
|
| @@ -6,9 +6,9 @@
|
| #include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/strings/stringprintf.h"
|
| +#include "examples/bitmap_uploader/bitmap_uploader.h"
|
| +#include "examples/window_manager/window_manager.mojom.h"
|
| #include "mojo/application/application_runner_chromium.h"
|
| -#include "mojo/examples/bitmap_uploader/bitmap_uploader.h"
|
| -#include "mojo/examples/window_manager/window_manager.mojom.h"
|
| #include "mojo/public/c/system/main.h"
|
| #include "mojo/public/cpp/application/application_connection.h"
|
| #include "mojo/public/cpp/application/application_delegate.h"
|
|
|