Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Unified Diff: ui/events/mojo/input_events_type_converters.cc

Issue 2014003002: mojo/converters/input_events -> ui/events/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@converters
Patch Set: . Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/mojo/input_events_type_converters.h ('k') | ui/events/mojo/mojo_extended_key_event_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « ui/events/mojo/input_events_type_converters.h ('k') | ui/events/mojo/mojo_extended_key_event_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698