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

Unified Diff: examples/wm_flow/embedded/embedded.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/wm_flow/app/embedder.mojom ('k') | examples/wm_flow/embedded/embeddee.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/wm_flow/embedded/embedded.cc
diff --git a/mojo/examples/wm_flow/embedded/embedded.cc b/examples/wm_flow/embedded/embedded.cc
similarity index 94%
rename from mojo/examples/wm_flow/embedded/embedded.cc
rename to examples/wm_flow/embedded/embedded.cc
index d328501b8ae14fa046045401fa407a28a5d9cc6d..642391a38d1be741b74ae99721a5d12a0391a1d3 100644
--- a/mojo/examples/wm_flow/embedded/embedded.cc
+++ b/examples/wm_flow/embedded/embedded.cc
@@ -4,10 +4,10 @@
#include "base/bind.h"
#include "base/macros.h"
+#include "examples/bitmap_uploader/bitmap_uploader.h"
+#include "examples/wm_flow/app/embedder.mojom.h"
+#include "examples/wm_flow/embedded/embeddee.mojom.h"
#include "mojo/application/application_runner_chromium.h"
-#include "mojo/examples/bitmap_uploader/bitmap_uploader.h"
-#include "mojo/examples/wm_flow/app/embedder.mojom.h"
-#include "mojo/examples/wm_flow/embedded/embeddee.mojom.h"
#include "mojo/public/cpp/application/application_connection.h"
#include "mojo/public/cpp/application/application_delegate.h"
#include "mojo/public/cpp/application/application_impl.h"
« no previous file with comments | « examples/wm_flow/app/embedder.mojom ('k') | examples/wm_flow/embedded/embeddee.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698