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

Unified Diff: examples/aura_demo/view_manager_init.cc

Issue 790623003: Restructure public side of view_manager service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: BUILD.gn file reorderings Created 6 years 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/aura_demo/aura_demo.cc ('k') | examples/bitmap_uploader/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/aura_demo/view_manager_init.cc
diff --git a/examples/aura_demo/view_manager_init.cc b/examples/aura_demo/view_manager_init.cc
index a22df99a97f23f1d27559c169eade9a794667fac..c31b8d56f3c04007c49e2081cc9bfb6178531a98 100644
--- a/examples/aura_demo/view_manager_init.cc
+++ b/examples/aura_demo/view_manager_init.cc
@@ -9,8 +9,8 @@
#include "mojo/public/cpp/application/application_delegate.h"
#include "mojo/public/cpp/application/application_impl.h"
#include "mojo/public/interfaces/application/service_provider.mojom.h"
-#include "mojo/services/public/cpp/view_manager/view_manager.h"
-#include "mojo/services/public/cpp/view_manager/view_manager_context.h"
+#include "mojo/services/view_manager/public/cpp/view_manager.h"
+#include "mojo/services/view_manager/public/cpp/view_manager_context.h"
namespace examples {
« no previous file with comments | « examples/aura_demo/aura_demo.cc ('k') | examples/bitmap_uploader/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698