| Index: ui/events/x/device_list_cache_x.cc
|
| diff --git a/ui/base/x/device_list_cache_x.cc b/ui/events/x/device_list_cache_x.cc
|
| similarity index 96%
|
| rename from ui/base/x/device_list_cache_x.cc
|
| rename to ui/events/x/device_list_cache_x.cc
|
| index 9fcb9db940b6159dea9548424dcd53f6b974a1bb..db0846d3f5fe998791f1a023e05c15aac699dafb 100644
|
| --- a/ui/base/x/device_list_cache_x.cc
|
| +++ b/ui/events/x/device_list_cache_x.cc
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/base/x/device_list_cache_x.h"
|
| +#include "ui/events/x/device_list_cache_x.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "base/memory/singleton.h"
|
| -#include "ui/base/x/x11_util.h"
|
|
|
| namespace ui {
|
|
|
|
|