| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm (revision 91771)
|
| +++ chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm (working copy)
|
| @@ -40,9 +40,9 @@
|
| : controller_(controller), selector_(selector) {
|
| // registrar_ will automatically RemoveAll() when destroyed so we
|
| // don't need to do so explicitly.
|
| - registrar_.Add(this, NotificationType::TAB_CONTENTS_CONNECTED,
|
| + registrar_.Add(this, chrome::TAB_CONTENTS_CONNECTED,
|
| NotificationService::AllSources());
|
| - registrar_.Add(this, NotificationType::TAB_CLOSED,
|
| + registrar_.Add(this, chrome::TAB_CLOSED,
|
| NotificationService::AllSources());
|
| }
|
|
|
|
|