| Index: ui/display/manager/chromeos/x11/native_display_event_dispatcher_x11.cc
 | 
| diff --git a/ui/display/chromeos/x11/native_display_event_dispatcher_x11.cc b/ui/display/manager/chromeos/x11/native_display_event_dispatcher_x11.cc
 | 
| similarity index 95%
 | 
| rename from ui/display/chromeos/x11/native_display_event_dispatcher_x11.cc
 | 
| rename to ui/display/manager/chromeos/x11/native_display_event_dispatcher_x11.cc
 | 
| index 8b46c4c569dea08190f036388458fbf7b92ffa3b..70d0550ae2d16eda75c53dbed503abf5de30e63e 100644
 | 
| --- a/ui/display/chromeos/x11/native_display_event_dispatcher_x11.cc
 | 
| +++ b/ui/display/manager/chromeos/x11/native_display_event_dispatcher_x11.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 "ui/display/chromeos/x11/native_display_event_dispatcher_x11.h"
 | 
| +#include "ui/display/manager/chromeos/x11/native_display_event_dispatcher_x11.h"
 | 
|  
 | 
|  #include <X11/extensions/Xrandr.h>
 | 
|  #include <utility>
 | 
|  
 | 
|  #include "base/time/default_tick_clock.h"
 | 
| -#include "ui/display/chromeos/x11/display_mode_x11.h"
 | 
| -#include "ui/display/chromeos/x11/display_snapshot_x11.h"
 | 
| +#include "ui/display/manager/chromeos/x11/display_mode_x11.h"
 | 
| +#include "ui/display/manager/chromeos/x11/display_snapshot_x11.h"
 | 
|  #include "ui/events/platform/platform_event_source.h"
 | 
|  
 | 
|  namespace ui {
 | 
| 
 |