| Index: chrome/browser/ui/confirm_bubble_model.h
|
| diff --git a/chrome/browser/ui/confirm_bubble_model.h b/chrome/browser/ui/confirm_bubble_model.h
|
| index a7f3001e8a08a00b3401c32104096943013f61ed..494cf2ce7e45bd8adf6ff203f8a0735af90e7e0f 100644
|
| --- a/chrome/browser/ui/confirm_bubble_model.h
|
| +++ b/chrome/browser/ui/confirm_bubble_model.h
|
| @@ -16,7 +16,7 @@ class Image;
|
| // An interface implemented by objects wishing to control an ConfirmBubbleView.
|
| // To use this class to implement a bubble menu, we need two steps:
|
| // 1. Implement a class derived from this class.
|
| -// 2. Call browser::ShowConfirmBubble() with the class implemented in 1.
|
| +// 2. Call chrome::ShowConfirmBubble() with the class implemented in 1.
|
| class ConfirmBubbleModel {
|
| public:
|
| enum BubbleButton {
|
|
|