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

Side by Side Diff: chrome/browser/ui/cocoa/tab_contents/web_drag_bookmark_handler_mac.h

Issue 422673002: Move BookmarkNodeData into bookmarks namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_MAC_H_ 5 #ifndef CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_MAC_H_
6 #define CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_MAC_H_ 6 #define CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_MAC_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "components/bookmarks/browser/bookmark_node_data.h" 9 #include "components/bookmarks/browser/bookmark_node_data.h"
10 #include "content/public/browser/web_drag_dest_delegate.h" 10 #include "content/public/browser/web_drag_dest_delegate.h"
(...skipping 21 matching lines...) Expand all
32 private: 32 private:
33 // The BookmarkTabHelper. 33 // The BookmarkTabHelper.
34 // Weak reference; may be NULL if the contents don't have a 34 // Weak reference; may be NULL if the contents don't have a
35 // BookmarkTabHelper (e.g. WebUI dialogs). 35 // BookmarkTabHelper (e.g. WebUI dialogs).
36 BookmarkTabHelper* bookmark_tab_helper_; 36 BookmarkTabHelper* bookmark_tab_helper_;
37 37
38 content::WebContents* web_contents_; 38 content::WebContents* web_contents_;
39 39
40 // The bookmark data for the current tab. This will be empty if there is not 40 // The bookmark data for the current tab. This will be empty if there is not
41 // a native bookmark drag. 41 // a native bookmark drag.
42 BookmarkNodeData bookmark_drag_data_; 42 bookmarks::BookmarkNodeData bookmark_drag_data_;
43 43
44 DISALLOW_COPY_AND_ASSIGN(WebDragBookmarkHandlerMac); 44 DISALLOW_COPY_AND_ASSIGN(WebDragBookmarkHandlerMac);
45 }; 45 };
46 46
47 #endif // CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_MAC_H_ 47 #endif // CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_MAC_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target.mm ('k') | chrome/browser/ui/views/bookmarks/bookmark_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698