Index: chrome/browser/ui/cocoa/base_bubble_controller.mm |
diff --git a/chrome/browser/ui/cocoa/base_bubble_controller.mm b/chrome/browser/ui/cocoa/base_bubble_controller.mm |
index 55265a21bb41219b4c9df28647faedce6636dff2..6c83a2c19d566e395484b61df4f89565e7cd3849 100644 |
--- a/chrome/browser/ui/cocoa/base_bubble_controller.mm |
+++ b/chrome/browser/ui/cocoa/base_bubble_controller.mm |
@@ -119,7 +119,7 @@ class Bridge : public content::NotificationObserver { |
DCHECK(bubble_); |
DCHECK_EQ(self, [[self window] delegate]); |
- base_bridge_.reset(new BaseBubbleControllerInternal::Bridge(self)); |
+ baseBridge_.reset(new BaseBubbleControllerInternal::Bridge(self)); |
[bubble_ setArrowLocation:info_bubble::kTopRight]; |
} |