Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(817)

Unified Diff: examples/echo/echo_client.cc

Issue 684543003: Move //mojo/examples to //examples (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/echo/BUILD.gn ('k') | examples/echo/echo_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/echo/echo_client.cc
diff --git a/mojo/examples/echo/echo_client.cc b/examples/echo/echo_client.cc
similarity index 95%
rename from mojo/examples/echo/echo_client.cc
rename to examples/echo/echo_client.cc
index 1d44d08e03f9ffa1bcf36d79c9b21903a896a3a9..e3728462c4374f7dca3a8ee72b7176dbec2ff852 100644
--- a/mojo/examples/echo/echo_client.cc
+++ b/examples/echo/echo_client.cc
@@ -4,7 +4,7 @@
#include <stdio.h>
-#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_delegate.h"
#include "mojo/public/cpp/application/application_impl.h"
« no previous file with comments | « examples/echo/BUILD.gn ('k') | examples/echo/echo_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698