| Index: ui/aura/client/drag_drop_client.cc
|
| ===================================================================
|
| --- ui/aura/client/drag_drop_client.cc (revision 114849)
|
| +++ ui/aura/client/drag_drop_client.cc (working copy)
|
| @@ -4,12 +4,13 @@
|
|
|
| #include "ui/aura/client/drag_drop_client.h"
|
|
|
| -#include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/root_window.h"
|
|
|
| namespace aura {
|
| namespace client {
|
|
|
| +const char kRootWindowDragDropClientKey[] = "RootWindowDragDropClient";
|
| +
|
| void SetDragDropClient(DragDropClient* client) {
|
| RootWindow::GetInstance()->SetProperty(kRootWindowDragDropClientKey, client);
|
| }
|
|
|