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

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

Issue 2461493002: Moves DragDropClient to aura/client (Closed)
Patch Set: 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_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/drag_drop_client.h
diff --git a/ui/wm/public/drag_drop_client.h b/ui/aura/client/drag_drop_client.h
similarity index 93%
rename from ui/wm/public/drag_drop_client.h
rename to ui/aura/client/drag_drop_client.h
index e9989a58454a5c62c57a31ad9154444eb8abbb0f..b50ab812b53a7e171caaf846270baae2d71da380 100644
--- a/ui/wm/public/drag_drop_client.h
+++ b/ui/aura/client/drag_drop_client.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_CLIENT_H_
-#define UI_WM_PUBLIC_DRAG_DROP_CLIENT_H_
+#ifndef UI_AURA_CLIENT_DRAG_DROP_CLIENT_H_
+#define UI_AURA_CLIENT_DRAG_DROP_CLIENT_H_
#include "ui/aura/aura_export.h"
#include "ui/base/dragdrop/drag_drop_types.h"
@@ -59,4 +59,4 @@ AURA_EXPORT DragDropClient* GetDragDropClient(Window* root_window);
} // namespace client
} // namespace aura
-#endif // UI_WM_PUBLIC_DRAG_DROP_CLIENT_H_
+#endif // UI_AURA_CLIENT_DRAG_DROP_CLIENT_H_
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/client/drag_drop_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698