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

Side by Side Diff: services/ui/ws/drag_controller.h

Issue 2656583002: Remove unused typemap includes from generated C++ mojo bindings. (Closed)
Patch Set: Created 3 years, 10 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
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_WS_DRAG_CONTROLLER_H_ 5 #ifndef SERVICES_UI_WS_DRAG_CONTROLLER_H_
6 #define SERVICES_UI_WS_DRAG_CONTROLLER_H_ 6 #define SERVICES_UI_WS_DRAG_CONTROLLER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 10
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "services/ui/common/types.h" 12 #include "services/ui/common/types.h"
13 #include "services/ui/public/interfaces/cursor.mojom.h" 13 #include "services/ui/public/interfaces/cursor.mojom.h"
14 #include "services/ui/ws/ids.h" 14 #include "services/ui/ws/ids.h"
15 #include "services/ui/ws/server_window_observer.h" 15 #include "services/ui/ws/server_window_observer.h"
16 16
17 namespace gfx {
18 class Point;
19 }
20
17 namespace ui { 21 namespace ui {
22 class PointerEvent;
23
18 namespace ws { 24 namespace ws {
19 25
20 namespace test { 26 namespace test {
21 class DragControllerTestApi; 27 class DragControllerTestApi;
22 } 28 }
23 29
24 class DragCursorUpdater; 30 class DragCursorUpdater;
25 class DragSource; 31 class DragSource;
26 class DragTargetConnection; 32 class DragTargetConnection;
27 33
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 151
146 base::WeakPtrFactory<DragController> weak_factory_; 152 base::WeakPtrFactory<DragController> weak_factory_;
147 153
148 DISALLOW_COPY_AND_ASSIGN(DragController); 154 DISALLOW_COPY_AND_ASSIGN(DragController);
149 }; 155 };
150 156
151 } // namespace ws 157 } // namespace ws
152 } // namespace ui 158 } // namespace ui
153 159
154 #endif // SERVICES_UI_WS_DRAG_CONTROLLER_H_ 160 #endif // SERVICES_UI_WS_DRAG_CONTROLLER_H_
OLDNEW
« no previous file with comments | « services/service_manager/public/cpp/test/run_all_service_tests.cc ('k') | services/ui/ws/event_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698