| Index: chrome/browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h | 
| diff --git a/chrome/browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h b/chrome/browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h | 
| index 1d081747ce934531b458d31a20f4703a8b91d83c..e5f27b0f31b871133ec0e1653b09ef49429e7c02 100644 | 
| --- a/chrome/browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h | 
| +++ b/chrome/browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h | 
| @@ -42,7 +42,7 @@ class WebDragBookmarkHandlerAura : public content::WebDragDestDelegate { | 
| content::WebContents* web_contents_; | 
|  | 
| // The bookmark data for the active drag.  Empty when there is no active drag. | 
| -  BookmarkNodeData bookmark_drag_data_; | 
| +  bookmarks::BookmarkNodeData bookmark_drag_data_; | 
|  | 
| DISALLOW_COPY_AND_ASSIGN(WebDragBookmarkHandlerAura); | 
| }; | 
|  |