Index: chrome/browser/ui/cocoa/base_bubble_controller.h |
diff --git a/chrome/browser/ui/cocoa/base_bubble_controller.h b/chrome/browser/ui/cocoa/base_bubble_controller.h |
index 773ec584c3128edf49595ab7e5b366b38c9a0af6..64cad3190ab53adeb3f27de23d8fcb48777fede2 100644 |
--- a/chrome/browser/ui/cocoa/base_bubble_controller.h |
+++ b/chrome/browser/ui/cocoa/base_bubble_controller.h |
@@ -30,7 +30,7 @@ class Bridge; |
NSPoint anchor_; |
IBOutlet InfoBubbleView* bubble_; // to set arrow position |
// Bridge that listens for notifications. |
- scoped_ptr<BaseBubbleControllerInternal::Bridge> base_bridge_; |
+ scoped_ptr<BaseBubbleControllerInternal::Bridge> baseBridge_; |
} |
@property(nonatomic, readonly) NSWindow* parentWindow; |