Chromium Code Reviews| Index: chrome/browser/ui/cocoa/profiles/avatar_base_controller.h |
| diff --git a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h |
| index 8e5ce6954c6fb3f17926e336dc0fb37cefa575c5..6a3330b762e6829eb23dacd2b589ea0e1b09f28a 100644 |
| --- a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h |
| +++ b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.h |
| @@ -9,6 +9,7 @@ |
| #import "base/mac/scoped_nsobject.h" |
| #include "base/memory/scoped_ptr.h" |
| +#import "chrome/browser/ui/cocoa/has_weak_browser_pointer.h" |
|
erikchen
2015/07/08 18:02:17
ordering.
jackhou1
2015/07/09 03:48:02
Done.
|
| #include "chrome/browser/ui/browser_window.h" |
| @class BaseBubbleController; |
| @@ -18,7 +19,7 @@ class ProfileInfoUpdateObserver; |
| // This view controller manages the button that sits in the top of the |
| // window frame when using multi-profiles, and shows information about the |
| // current profile. Clicking the button will open the profile menu. |
| -@interface AvatarBaseController : NSViewController { |
| +@interface AvatarBaseController : NSViewController<HasWeakBrowserPointer> { |
| @protected |
| Browser* browser_; |