Index: examples/echo/echo_service.cc |
diff --git a/mojo/examples/echo/echo_service.cc b/examples/echo/echo_service.cc |
similarity index 96% |
rename from mojo/examples/echo/echo_service.cc |
rename to examples/echo/echo_service.cc |
index 5df36adb16817517ccd675c914aad15d3e969ab6..c96f106a688b0d91a9f8f85c3b349ca39c48ffa6 100644 |
--- a/mojo/examples/echo/echo_service.cc |
+++ b/examples/echo/echo_service.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/examples/echo/echo_service.mojom.h" |
+#include "examples/echo/echo_service.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" |