| Index: chrome/browser/ui/website_settings/chooser_bubble_delegate.h
|
| diff --git a/chrome/browser/ui/website_settings/chooser_bubble_delegate.h b/chrome/browser/ui/website_settings/chooser_bubble_delegate.h
|
| index 6538990b6c05e6928a49521ae3d0f8cad432242d..e521b54993026377f01606acbb98ea2a8944f15e 100644
|
| --- a/chrome/browser/ui/website_settings/chooser_bubble_delegate.h
|
| +++ b/chrome/browser/ui/website_settings/chooser_bubble_delegate.h
|
| @@ -33,9 +33,9 @@ class ChooserBubbleDelegate : public BubbleDelegate {
|
| const content::RenderFrameHost* const owning_frame_;
|
| Browser* browser_;
|
| // |chooser_controller_| is not owned by this class, it is owned by
|
| - // ChooserContentView[Cocoa].
|
| + // DeviceChooserContentView[Cocoa].
|
| // This field only temporarily owns the ChooserController. It is moved
|
| - // into the ChooserContentView[Cocoa] when BuildBubbleUi() is called
|
| + // into the DeviceChooserContentView[Cocoa] when BuildBubbleUi() is called
|
| // and the bubble is shown.
|
| std::unique_ptr<ChooserController> chooser_controller_;
|
|
|
|
|