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

Unified Diff: chrome/browser/tab_contents/web_drop_target_win.h

Issue 3822007: Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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
Index: chrome/browser/tab_contents/web_drop_target_win.h
===================================================================
--- chrome/browser/tab_contents/web_drop_target_win.h (revision 62888)
+++ chrome/browser/tab_contents/web_drop_target_win.h (working copy)
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_TAB_CONTENTS_WEB_DROP_TARGET_WIN_H_
#pragma once
-#include "base/base_drop_target.h"
+#include "app/win/drop_target.h"
#include "base/scoped_ptr.h"
#include "third_party/WebKit/WebKit/chromium/public/WebDragOperation.h"
@@ -14,15 +14,10 @@
class RenderViewHost;
class TabContents;
-///////////////////////////////////////////////////////////////////////////////
-//
-// WebDropTarget
-//
-// A helper object that provides drop capabilities to a TabContents. The
-// DropTarget handles drags that enter the region of the TabContents by
-// passing on the events to the renderer.
-//
-class WebDropTarget : public BaseDropTarget {
+// A helper object that provides drop capabilities to a TabContents. The
+// DropTarget handles drags that enter the region of the TabContents by
+// passing on the events to the renderer.
+class WebDropTarget : public app::win::DropTarget {
public:
// Create a new WebDropTarget associating it with the given HWND and
// TabContents.
« no previous file with comments | « chrome/browser/tab_contents/web_drag_source_win.cc ('k') | chrome/browser/tab_contents/web_drop_target_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698