Index: chrome/browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h |
diff --git a/chrome/browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h b/chrome/browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h |
index 559a55cb44f40e6f3260387275d80b9637def044..28a143d85be3bc4d0cc94b054fbd658e87dab84e 100644 |
--- a/chrome/browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h |
+++ b/chrome/browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h |
@@ -39,7 +39,7 @@ class WebDragBookmarkHandlerMac : public content::WebDragDestDelegate { |
// The bookmark data for the current tab. This will be empty if there is not |
// a native bookmark drag. |
- BookmarkNodeData bookmark_drag_data_; |
+ bookmarks::BookmarkNodeData bookmark_drag_data_; |
DISALLOW_COPY_AND_ASSIGN(WebDragBookmarkHandlerMac); |
}; |