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

Unified Diff: webkit/tools/test_shell/drop_delegate.h

Issue 6250014: Move more dnd related files to ui/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « webkit/tools/test_shell/drag_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/drop_delegate.h
===================================================================
--- webkit/tools/test_shell/drop_delegate.h (revision 71798)
+++ webkit/tools/test_shell/drop_delegate.h (working copy)
@@ -7,13 +7,13 @@
#ifndef WEBKIT_TOOLS_TEST_SHELL_DROP_DELEGATE_H_
#define WEBKIT_TOOLS_TEST_SHELL_DROP_DELEGATE_H_
-#include "app/win/drop_target.h"
+#include "ui/base/dragdrop/drop_target.h"
namespace WebKit {
class WebView;
}
-class TestDropDelegate : public app::win::DropTarget {
+class TestDropDelegate : public ui::DropTarget {
public:
TestDropDelegate(HWND source_hwnd, WebKit::WebView* webview);
« no previous file with comments | « webkit/tools/test_shell/drag_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698