| Index: chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_mac.mm (revision 91771)
|
| +++ chrome/browser/tab_contents/tab_contents_view_mac.mm (working copy)
|
| @@ -69,7 +69,7 @@
|
| TabContentsViewMac::TabContentsViewMac(TabContents* tab_contents)
|
| : TabContentsView(tab_contents),
|
| preferred_width_(0) {
|
| - registrar_.Add(this, NotificationType::TAB_CONTENTS_CONNECTED,
|
| + registrar_.Add(this, chrome::TAB_CONTENTS_CONNECTED,
|
| Source<TabContents>(tab_contents));
|
| }
|
|
|
| @@ -362,7 +362,7 @@
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| switch (type.value) {
|
| - case NotificationType::TAB_CONTENTS_CONNECTED: {
|
| + case chrome::TAB_CONTENTS_CONNECTED: {
|
| sad_tab_.reset();
|
| break;
|
| }
|
|
|