| Index: chrome/browser/chromeos/input_method/mode_indicator_delegate_view.h
|
| diff --git a/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.h b/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.h
|
| index 223c7efc5fb77da17a4868c551889d2824b0201c..bc4c9c2977502c23b04475c399c5eb964c666251 100644
|
| --- a/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.h
|
| +++ b/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.h
|
| @@ -20,7 +20,7 @@ namespace input_method {
|
| class ModeIndicatorDelegateView : public views::BubbleDelegateView {
|
| public:
|
| ModeIndicatorDelegateView(const gfx::Rect& cursor_bounds,
|
| - const string16& label);
|
| + const base::string16& label);
|
| virtual ~ModeIndicatorDelegateView();
|
|
|
| // Show the mode indicator then hide with fading animation.
|
|
|