| Index: ui/aura/test/ui_controls_factory_aurax11.cc
|
| diff --git a/ui/aura/test/ui_controls_factory_aurax11.cc b/ui/aura/test/ui_controls_factory_aurax11.cc
|
| index 134264569b8df76f15f63a9b7bb9af1f9cd66970..3dd0199806806e3eb4fd53fa7ffeeeac6a7ef35f 100644
|
| --- a/ui/aura/test/ui_controls_factory_aurax11.cc
|
| +++ b/ui/aura/test/ui_controls_factory_aurax11.cc
|
| @@ -16,10 +16,10 @@
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_tree_host.h"
|
| #include "ui/base/test/ui_controls_aura.h"
|
| -#include "ui/base/x/x11_util.h"
|
| #include "ui/compositor/dip_util.h"
|
| #include "ui/events/keycodes/keyboard_code_conversion_x.h"
|
| #include "ui/events/test/platform_event_waiter.h"
|
| +#include "ui/gfx/x/x11_atom_cache.h"
|
|
|
| namespace aura {
|
| namespace test {
|
| @@ -38,7 +38,7 @@ unsigned button_down_mask = 0;
|
|
|
| // Returns atom that indidates that the XEvent is marker event.
|
| Atom MarkerEventAtom() {
|
| - return ui::GetAtom("marker_event");
|
| + return gfx::GetAtom("marker_event");
|
| }
|
|
|
| // Returns true when the event is a marker event.
|
|
|