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

Unified Diff: ui/base/dragdrop/drag_source.h

Issue 7328011: Introduce ui.dll / libui.so for the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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/base/dragdrop/drag_drop_types.h ('k') | ui/base/dragdrop/drop_target.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dragdrop/drag_source.h
===================================================================
--- ui/base/dragdrop/drag_source.h (revision 91577)
+++ ui/base/dragdrop/drag_source.h (working copy)
@@ -10,6 +10,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
+#include "ui/base/ui_base_api.h"
namespace ui {
@@ -17,8 +18,8 @@
// drag-drop operation as the user mouses over other drop targets on their
// system. This object tells Windows whether or not the drag should continue,
// and supplies the appropriate cursors.
-class DragSource : public IDropSource,
- public base::RefCountedThreadSafe<DragSource> {
+class UI_BASE_API DragSource : public IDropSource,
+ public base::RefCountedThreadSafe<DragSource> {
Ben Goodger (Google) 2011/07/07 23:49:18 indentation
public:
DragSource();
virtual ~DragSource() {}
« no previous file with comments | « ui/base/dragdrop/drag_drop_types.h ('k') | ui/base/dragdrop/drop_target.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698