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

Unified Diff: examples/surfaces_app/child_app.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/surfaces_app/child.mojom ('k') | examples/surfaces_app/child_gl_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « examples/surfaces_app/child.mojom ('k') | examples/surfaces_app/child_gl_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698