Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: chrome/browser/ui/cocoa/base_bubble_controller.h

Issue 9699045: [Mac] Make ExtensionPopupController is-a BaseBubbleController to unify code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698