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

Unified Diff: examples/apptest/example_apptest.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/apptest/BUILD.gn ('k') | examples/apptest/example_client_application.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/apptest/example_apptest.cc
diff --git a/mojo/examples/apptest/example_apptest.cc b/examples/apptest/example_apptest.cc
similarity index 93%
rename from mojo/examples/apptest/example_apptest.cc
rename to examples/apptest/example_apptest.cc
index 4eb7ad5b978b76eb119bac316b3466cb54703af3..b7a8e45daaaa53ace742685b66c8c75c9369cd23 100644
--- a/mojo/examples/apptest/example_apptest.cc
+++ b/examples/apptest/example_apptest.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/examples/apptest/example_client_application.h"
-#include "mojo/examples/apptest/example_client_impl.h"
-#include "mojo/examples/apptest/example_service.mojom.h"
+#include "examples/apptest/example_client_application.h"
+#include "examples/apptest/example_client_impl.h"
+#include "examples/apptest/example_service.mojom.h"
#include "mojo/public/cpp/application/application_impl.h"
#include "mojo/public/cpp/application/application_test_base.h"
#include "mojo/public/cpp/bindings/callback.h"
« no previous file with comments | « examples/apptest/BUILD.gn ('k') | examples/apptest/example_client_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698