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

Unified Diff: examples/window_manager/window_manager.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/window_manager/debug_panel.cc ('k') | examples/window_manager/window_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/window_manager/window_manager.cc
diff --git a/mojo/examples/window_manager/window_manager.cc b/examples/window_manager/window_manager.cc
similarity index 99%
rename from mojo/examples/window_manager/window_manager.cc
rename to examples/window_manager/window_manager.cc
index c36c82990529b0341be1c290f65706eb801d5450..45c99b468d8122e8b3d3c01957c90e6a6a75bf96 100644
--- a/mojo/examples/window_manager/window_manager.cc
+++ b/examples/window_manager/window_manager.cc
@@ -4,12 +4,12 @@
#include "base/bind.h"
#include "base/macros.h"
+#include "examples/keyboard/keyboard.mojom.h"
+#include "examples/window_manager/debug_panel.h"
+#include "examples/window_manager/window_manager.mojom.h"
#include "mojo/application/application_runner_chromium.h"
#include "mojo/converters/geometry/geometry_type_converters.h"
#include "mojo/converters/input_events/input_events_type_converters.h"
-#include "mojo/examples/keyboard/keyboard.mojom.h"
-#include "mojo/examples/window_manager/debug_panel.h"
-#include "mojo/examples/window_manager/window_manager.mojom.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/window_manager/debug_panel.cc ('k') | examples/window_manager/window_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698