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

Unified Diff: examples/keyboard/keyboard_view.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/keyboard_view.h ('k') | examples/keyboard/keys.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/keyboard/keyboard_view.cc
diff --git a/mojo/examples/keyboard/keyboard_view.cc b/examples/keyboard/keyboard_view.cc
similarity index 98%
rename from mojo/examples/keyboard/keyboard_view.cc
rename to examples/keyboard/keyboard_view.cc
index 3a0d71ac48d5458733ab3b71daa72ca101cc4aee..600c6072dc1d9a8ce85ee17bf9fda8e5cb2b04be 100644
--- a/mojo/examples/keyboard/keyboard_view.cc
+++ b/examples/keyboard/keyboard_view.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/examples/keyboard/keyboard_view.h"
+#include "examples/keyboard/keyboard_view.h"
#include <algorithm>
#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
-#include "mojo/examples/keyboard/keyboard_delegate.h"
-#include "mojo/examples/keyboard/keys.h"
+#include "examples/keyboard/keyboard_delegate.h"
+#include "examples/keyboard/keys.h"
#include "ui/events/keycodes/keyboard_code_conversion.h"
#include "ui/events/keycodes/keyboard_codes.h"
#include "ui/gfx/canvas.h"
« no previous file with comments | « examples/keyboard/keyboard_view.h ('k') | examples/keyboard/keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698