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

Unified Diff: ui/events/ozone/evdev/device_event_dispatcher_evdev.cc

Issue 869613003: [PATCH 5/11] ozone: evdev: Replace dispatch callbacks with an interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates for events_unittests Created 5 years, 11 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
Index: ui/events/ozone/evdev/device_event_dispatcher_evdev.cc
diff --git a/ui/events/ozone/evdev/event_dispatch_callback.cc b/ui/events/ozone/evdev/device_event_dispatcher_evdev.cc
similarity index 92%
rename from ui/events/ozone/evdev/event_dispatch_callback.cc
rename to ui/events/ozone/evdev/device_event_dispatcher_evdev.cc
index 181e37e5e8f68df9e6c329bc0a19210d94aa2efd..3d477c92058da3a38d03da7f052ebdba26148e53 100644
--- a/ui/events/ozone/evdev/event_dispatch_callback.cc
+++ b/ui/events/ozone/evdev/device_event_dispatcher_evdev.cc
@@ -1,8 +1,8 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 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 "ui/events/ozone/evdev/event_dispatch_callback.h"
+#include "ui/events/ozone/evdev/device_event_dispatcher_evdev.h"
namespace ui {

Powered by Google App Engine
This is Rietveld 408576698