Index: examples/keyboard/keys.h |
diff --git a/mojo/examples/keyboard/keys.h b/examples/keyboard/keys.h |
similarity index 92% |
rename from mojo/examples/keyboard/keys.h |
rename to examples/keyboard/keys.h |
index c09f856f3511c0e822fabd14ae934b84153e3c4d..65988bc14885e9f90579100c91677419a53d69a1 100644 |
--- a/mojo/examples/keyboard/keys.h |
+++ b/examples/keyboard/keys.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MOJO_EXAMPLES_KEYBOARD_KEYS_H_ |
-#define MOJO_EXAMPLES_KEYBOARD_KEYS_H_ |
+#ifndef EXAMPLES_KEYBOARD_KEYS_H_ |
+#define EXAMPLES_KEYBOARD_KEYS_H_ |
#include <vector> |
@@ -59,4 +59,4 @@ std::vector<const Row*> GetNumericRows(); |
} // namespace examples |
} // namespace mojo |
-#endif // MOJO_EXAMPLES_KEYBOARD_KEYS_H_ |
+#endif // EXAMPLES_KEYBOARD_KEYS_H_ |