| Index: chrome/browser/ui/views/frame/glass_browser_frame_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/glass_browser_frame_view.cc (revision 91771)
|
| +++ chrome/browser/ui/views/frame/glass_browser_frame_view.cc (working copy)
|
| @@ -20,6 +20,7 @@
|
| #include "chrome/browser/ui/views/tabs/side_tab_strip.h"
|
| #include "chrome/browser/ui/views/tabs/tab.h"
|
| #include "chrome/browser/ui/views/tabs/tab_strip.h"
|
| +#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/common/notification_service.h"
|
| @@ -520,7 +521,7 @@
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| switch (type.value) {
|
| - case NotificationType::PROFILE_CACHED_INFO_CHANGED:
|
| + case chrome::PROFILE_CACHED_INFO_CHANGED:
|
| UpdateAvatarInfo();
|
| LayoutAvatar();
|
| break;
|
| @@ -528,6 +529,7 @@
|
| NOTREACHED() << "Got a notification we didn't register for!";
|
| break;
|
| }
|
| +>>>>>>> .r91766
|
| }
|
|
|
| // static
|
|
|