| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm
|
| index 449e766609570dc5d02f802cf3c28cafe23de351..70cfeccf42eb366945df7ce8ae5a06c7d293cfd1 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm
|
| @@ -19,11 +19,11 @@
|
| #include "ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h"
|
|
|
| using base::UserMetricsAction;
|
| +using bookmarks::BookmarkNode;
|
|
|
| // The opacity of the bookmark button drag image.
|
| static const CGFloat kDragImageOpacity = 0.7;
|
|
|
| -
|
| namespace bookmark_button {
|
|
|
| NSString* const kPulseBookmarkButtonNotification =
|
|
|