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

Unified Diff: chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.h

Issue 6200005: Move OSExchangeData from src/app to src/ui/base/dragdrop... (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
Index: chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.h
===================================================================
--- chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.h (revision 71050)
+++ chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.h (working copy)
@@ -58,9 +58,9 @@
virtual bool GetDropFormats(
views::MenuItemView* menu,
int* formats,
- std::set<OSExchangeData::CustomFormat>* custom_formats);
+ std::set<ui::OSExchangeData::CustomFormat>* custom_formats);
virtual bool AreDropTypesRequired(views::MenuItemView* menu);
- virtual bool CanDrop(views::MenuItemView* menu, const OSExchangeData& data);
+ virtual bool CanDrop(views::MenuItemView* menu, const ui::OSExchangeData& data);
virtual int GetDropOperation(views::MenuItemView* item,
const views::DropTargetEvent& event,
DropPosition* position);
@@ -70,7 +70,7 @@
// These three drag functions offer support for dragging icons out of the
// overflow menu.
virtual bool CanDrag(views::MenuItemView* menu);
- virtual void WriteDragData(views::MenuItemView* sender, OSExchangeData* data);
+ virtual void WriteDragData(views::MenuItemView* sender, ui::OSExchangeData* data);
virtual int GetDragOperations(views::MenuItemView* sender);
private:

Powered by Google App Engine
This is Rietveld 408576698