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

Unified Diff: ui/aura/client/drag_drop_delegate.h

Issue 2455963006: Wires up drag/drop for aura-mus (Closed)
Patch Set: twweaks 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/client/drag_drop_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/drag_drop_delegate.h
diff --git a/ui/wm/public/drag_drop_delegate.h b/ui/aura/client/drag_drop_delegate.h
similarity index 92%
rename from ui/wm/public/drag_drop_delegate.h
rename to ui/aura/client/drag_drop_delegate.h
index 50f6c267686951a66d9b99c0f7d9820f1dd4808e..dde7f32ec73ca3161bf5379b93e6461ef8b31bd0 100644
--- a/ui/wm/public/drag_drop_delegate.h
+++ b/ui/aura/client/drag_drop_delegate.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_WM_PUBLIC_DRAG_DROP_DELEGATE_H_
-#define UI_WM_PUBLIC_DRAG_DROP_DELEGATE_H_
+#ifndef UI_AURA_CLIENT_DRAG_DROP_DELEGATE_H_
+#define UI_AURA_CLIENT_DRAG_DROP_DELEGATE_H_
#include "ui/aura/aura_export.h"
@@ -48,4 +48,4 @@ AURA_EXPORT DragDropDelegate* GetDragDropDelegate(Window* window);
} // namespace client
} // namespace aura
-#endif // UI_WM_PUBLIC_DRAG_DROP_DELEGATE_H_
+#endif // UI_AURA_CLIENT_DRAG_DROP_DELEGATE_H_
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/client/drag_drop_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698