| Index: ash/common/key_event_watcher.cc
|
| diff --git a/ash/key_event_watcher.cc b/ash/common/key_event_watcher.cc
|
| similarity index 94%
|
| rename from ash/key_event_watcher.cc
|
| rename to ash/common/key_event_watcher.cc
|
| index 7148f0e96b4a96133399d587dd60f820dc9ad72e..cf3d368c8c66909d41e63ba54476cac857ca991a 100644
|
| --- a/ash/key_event_watcher.cc
|
| +++ b/ash/common/key_event_watcher.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 "ash/key_event_watcher.h"
|
| +#include "ash/common/key_event_watcher.h"
|
|
|
| namespace ash {
|
|
|
|
|