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

Unified Diff: ui/aura_shell/drag_drop_controller.h

Issue 8949010: Rename WindowDragDropDelegate->DragDropDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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/aura/client/window_drag_drop_delegate.h ('k') | ui/aura_shell/drag_drop_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/drag_drop_controller.h
===================================================================
--- ui/aura_shell/drag_drop_controller.h (revision 114593)
+++ ui/aura_shell/drag_drop_controller.h (working copy)
@@ -28,8 +28,9 @@
class DragImageView;
-class AURA_SHELL_EXPORT DragDropController : public aura::DragDropClient,
- public aura::EventFilter {
+class AURA_SHELL_EXPORT DragDropController
+ : public aura::client::DragDropClient,
+ public aura::EventFilter {
public:
DragDropController();
virtual ~DragDropController();
@@ -38,7 +39,7 @@
should_block_during_drag_drop_ = should_block_during_drag_drop;
}
- // Overridden from aura::DragDropClient:
+ // Overridden from aura::client::DragDropClient:
virtual int StartDragAndDrop(const ui::OSExchangeData& data,
int operation) OVERRIDE;
virtual void DragUpdate(aura::Window* target,
« no previous file with comments | « ui/aura/client/window_drag_drop_delegate.h ('k') | ui/aura_shell/drag_drop_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698