summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_drag_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_drag_data.h')
-rw-r--r--chrome/browser/bookmarks/bookmark_drag_data.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/browser/bookmarks/bookmark_drag_data.h b/chrome/browser/bookmarks/bookmark_drag_data.h
index 815e8e1d..0b9736c 100644
--- a/chrome/browser/bookmarks/bookmark_drag_data.h
+++ b/chrome/browser/bookmarks/bookmark_drag_data.h
@@ -11,6 +11,13 @@
#include "chrome/browser/history/history.h"
#include "googleurl/src/gurl.h"
+// TODO(port): Port this file.
+#if defined(TOOLKIT_VIEWS)
+#include "app/os_exchange_data.h"
+#else
+#include "chrome/common/temp_scaffolding_stubs.h"
+#endif
+
class BookmarkModel;
class BookmarkNode;
class OSExchangeData;
@@ -67,6 +74,10 @@ struct BookmarkDragData {
BookmarkDragData() { }
+#if defined(TOOLKIT_VIEWS)
+ static OSExchangeData::CustomFormat GetBookmarkCustomFormat();
+#endif
+
// Created a BookmarkDragData populated from the arguments.
explicit BookmarkDragData(const BookmarkNode* node);
explicit BookmarkDragData(const std::vector<const BookmarkNode*>& nodes);