| Index: ui/events/mojo/input_events_type_converters.cc
|
| diff --git a/mojo/converters/input_events/input_events_type_converters.cc b/ui/events/mojo/input_events_type_converters.cc
|
| similarity index 98%
|
| rename from mojo/converters/input_events/input_events_type_converters.cc
|
| rename to ui/events/mojo/input_events_type_converters.cc
|
| index ce9fec18ec9682f2aac654332b79582230e0cad4..16f396c47b35375ec238f4290c73128eef3a0d8f 100644
|
| --- a/mojo/converters/input_events/input_events_type_converters.cc
|
| +++ b/ui/events/mojo/input_events_type_converters.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/converters/input_events/input_events_type_converters.h"
|
| +#include "ui/events/mojo/input_events_type_converters.h"
|
|
|
| #include <stdint.h>
|
|
|
| @@ -14,10 +14,10 @@
|
| #endif
|
|
|
| #include "components/mus/public/interfaces/input_events.mojom.h"
|
| -#include "mojo/converters/input_events/mojo_extended_key_event_data.h"
|
| #include "ui/events/event_utils.h"
|
| #include "ui/events/keycodes/dom/keycode_converter.h"
|
| #include "ui/events/keycodes/keyboard_codes.h"
|
| +#include "ui/events/mojo/mojo_extended_key_event_data.h"
|
| #include "ui/gfx/geometry/mojo/geometry_type_converters.h"
|
|
|
| namespace mojo {
|
|
|