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

Unified Diff: examples/keyboard/keys.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/keyboard/keys.h ('k') | examples/media_viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/keyboard/keys.cc
diff --git a/mojo/examples/keyboard/keys.cc b/examples/keyboard/keys.cc
similarity index 99%
rename from mojo/examples/keyboard/keys.cc
rename to examples/keyboard/keys.cc
index adf9094ac5ff611df7bd3a30c79f3474a3715aa1..cc924c1351a34e07d66d6936e1976dae649b1b9c 100644
--- a/mojo/examples/keyboard/keys.cc
+++ b/examples/keyboard/keys.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/examples/keyboard/keys.h"
+#include "examples/keyboard/keys.h"
#include "base/macros.h"
#include "ui/events/event_constants.h"
« no previous file with comments | « examples/keyboard/keys.h ('k') | examples/media_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698