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

Unified Diff: content/test/test_web_contents_view.cc

Issue 18281002: Move WebDropData to content::DropData and split off conversion function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac build error. Created 7 years, 6 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 | « content/test/test_web_contents_view.h ('k') | ui/base/dragdrop/os_exchange_data_provider_aurax11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_web_contents_view.cc
diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc
index 3578b0600a3841fc4e6f80c590623ab409b27989..1d6f7dbfcae828e9ffd7918ef4f08de1583c8a35 100644
--- a/content/test/test_web_contents_view.cc
+++ b/content/test/test_web_contents_view.cc
@@ -22,7 +22,7 @@ void TestWebContentsView::ShowPopupMenu(const gfx::Rect& bounds,
}
void TestWebContentsView::StartDragging(
- const WebDropData& drop_data,
+ const DropData& drop_data,
WebKit::WebDragOperationsMask allowed_ops,
const gfx::ImageSkia& image,
const gfx::Vector2d& image_offset,
@@ -72,7 +72,7 @@ void TestWebContentsView::StoreFocus() {
void TestWebContentsView::RestoreFocus() {
}
-WebDropData* TestWebContentsView::GetDropData() const {
+DropData* TestWebContentsView::GetDropData() const {
return NULL;
}
« no previous file with comments | « content/test/test_web_contents_view.h ('k') | ui/base/dragdrop/os_exchange_data_provider_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698