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

Side by Side Diff: ui/views/mus/drag_drop_client_mus.h

Issue 2484863005: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Fix another conflict Created 4 years, 1 month 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 | « ui/views/linux_ui/linux_ui.h ('k') | ui/views/mus/drop_target_mus.h » ('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 UI_VIEWS_MUS_DRAG_DROP_CLIENT_MUS_H_ 5 #ifndef UI_VIEWS_MUS_DRAG_DROP_CLIENT_MUS_H_
6 #define UI_VIEWS_MUS_DRAG_DROP_CLIENT_MUS_H_ 6 #define UI_VIEWS_MUS_DRAG_DROP_CLIENT_MUS_H_
7 7
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "ui/aura/client/drag_drop_client.h" 9 #include "ui/aura/client/drag_drop_client.h"
10 #include "ui/base/dragdrop/drag_drop_types.h" 10 #include "ui/base/dragdrop/drag_drop_types.h"
11 11
12 namespace aura { 12 namespace aura {
13 class Window; 13 class Window;
14 } 14 }
15 15
16 namespace ui { 16 namespace ui {
17 class LocatedEvent;
18 class OSExchangeData; 17 class OSExchangeData;
19 class Window; 18 class Window;
20 } 19 }
21 20
22 namespace views { 21 namespace views {
23 22
24 // An aura client object that translates aura dragging methods to their 23 // An aura client object that translates aura dragging methods to their
25 // remote ui::Window equivalents. 24 // remote ui::Window equivalents.
26 class DragDropClientMus : public aura::client::DragDropClient { 25 class DragDropClientMus : public aura::client::DragDropClient {
27 public: 26 public:
(...skipping 20 matching lines...) Expand all
48 ui::Window* ui_window_; 47 ui::Window* ui_window_;
49 48
50 base::Closure runloop_quit_closure_; 49 base::Closure runloop_quit_closure_;
51 50
52 DISALLOW_COPY_AND_ASSIGN(DragDropClientMus); 51 DISALLOW_COPY_AND_ASSIGN(DragDropClientMus);
53 }; 52 };
54 53
55 } // namespace views 54 } // namespace views
56 55
57 #endif // UI_VIEWS_MUS_DRAG_DROP_CLIENT_MUS_H_ 56 #endif // UI_VIEWS_MUS_DRAG_DROP_CLIENT_MUS_H_
OLDNEW
« no previous file with comments | « ui/views/linux_ui/linux_ui.h ('k') | ui/views/mus/drop_target_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698