| 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"
|
|
|