| Index: examples/browser/browser.cc
|
| diff --git a/mojo/examples/browser/browser.cc b/examples/browser/browser.cc
|
| similarity index 99%
|
| rename from mojo/examples/browser/browser.cc
|
| rename to examples/browser/browser.cc
|
| index 9f88e512cea7bf4d668443abb84fb4a6b1f438da..e823520470cfc444503328e03a2c0a233d07a727 100644
|
| --- a/mojo/examples/browser/browser.cc
|
| +++ b/examples/browser/browser.cc
|
| @@ -5,10 +5,10 @@
|
| #include "base/macros.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "examples/window_manager/window_manager.mojom.h"
|
| #include "mojo/application/application_runner_chromium.h"
|
| #include "mojo/common/common_type_converters.h"
|
| #include "mojo/converters/geometry/geometry_type_converters.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"
|
|
|