| Index: chrome/browser/ui/cocoa/base_bubble_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/base_bubble_controller.mm (revision 91771)
|
| +++ chrome/browser/ui/cocoa/base_bubble_controller.mm (working copy)
|
| @@ -27,7 +27,7 @@
|
| class Bridge : public NotificationObserver {
|
| public:
|
| explicit Bridge(BaseBubbleController* controller) : controller_(controller) {
|
| - registrar_.Add(this, NotificationType::TAB_CONTENTS_HIDDEN,
|
| + registrar_.Add(this, chrome::TAB_CONTENTS_HIDDEN,
|
| NotificationService::AllSources());
|
| }
|
|
|
|
|