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

Side by Side Diff: services/ui/input_devices/input_device_server.h

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « services/ui/input_devices/BUILD.gn ('k') | services/ui/input_devices/input_device_server.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SERVICES_UI_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_ 5 #ifndef SERVICES_UI_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_
6 #define SERVICES_UI_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_ 6 #define SERVICES_UI_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "mojo/public/cpp/bindings/binding_set.h" 9 #include "mojo/public/cpp/bindings/binding_set.h"
10 #include "mojo/public/cpp/bindings/interface_ptr_set.h" 10 #include "mojo/public/cpp/bindings/interface_ptr_set.h"
11 #include "services/shell/public/cpp/connection.h" 11 #include "services/service_manager/public/cpp/connection.h"
12 #include "services/shell/public/cpp/interface_factory.h" 12 #include "services/service_manager/public/cpp/interface_factory.h"
13 #include "services/ui/public/interfaces/input_devices/input_device_server.mojom. h" 13 #include "services/ui/public/interfaces/input_devices/input_device_server.mojom. h"
14 #include "ui/events/devices/device_data_manager.h" 14 #include "ui/events/devices/device_data_manager.h"
15 #include "ui/events/devices/input_device_event_observer.h" 15 #include "ui/events/devices/input_device_event_observer.h"
16 16
17 namespace shell { 17 namespace shell {
18 class InterfaceRegistry; 18 class InterfaceRegistry;
19 } 19 }
20 20
21 namespace ui { 21 namespace ui {
22 22
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 // DeviceDataManager instance we are registered as an observer with. 66 // DeviceDataManager instance we are registered as an observer with.
67 ui::DeviceDataManager* manager_ = nullptr; 67 ui::DeviceDataManager* manager_ = nullptr;
68 68
69 DISALLOW_COPY_AND_ASSIGN(InputDeviceServer); 69 DISALLOW_COPY_AND_ASSIGN(InputDeviceServer);
70 }; 70 };
71 71
72 } // namespace ui 72 } // namespace ui
73 73
74 #endif // SERVICES_UI_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_ 74 #endif // SERVICES_UI_INPUT_DEVICES_INPUT_DEVICE_SERVER_H_
OLDNEW
« no previous file with comments | « services/ui/input_devices/BUILD.gn ('k') | services/ui/input_devices/input_device_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698