Index: examples/surfaces_app/child_app.cc |
diff --git a/mojo/examples/surfaces_app/child_app.cc b/examples/surfaces_app/child_app.cc |
similarity index 96% |
rename from mojo/examples/surfaces_app/child_app.cc |
rename to examples/surfaces_app/child_app.cc |
index ecd371e064f02e3d3ce2432df1907ca2e5067917..78c1968ed75811393e13a0694d46b269b274ed88 100644 |
--- a/mojo/examples/surfaces_app/child_app.cc |
+++ b/examples/surfaces_app/child_app.cc |
@@ -3,8 +3,8 @@ |
// found in the LICENSE file. |
#include "base/macros.h" |
+#include "examples/surfaces_app/child_impl.h" |
#include "mojo/application/application_runner_chromium.h" |
-#include "mojo/examples/surfaces_app/child_impl.h" |
#include "mojo/public/c/system/main.h" |
#include "mojo/public/cpp/application/application_connection.h" |
#include "mojo/public/cpp/application/application_delegate.h" |