| Index: chrome/browser/chromeos/input_method/mode_indicator_delegate_view.cc
|
| diff --git a/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.cc b/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.cc
|
| index fba0cbce24af8c88976aaa45a14e2e55d573e722..8b15a972d877718f0d8ef7d681547d3b8afcabf6 100644
|
| --- a/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.cc
|
| +++ b/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.cc
|
| @@ -32,7 +32,7 @@ const int kShowingDuration = 500;
|
|
|
| ModeIndicatorDelegateView::ModeIndicatorDelegateView(
|
| const gfx::Rect& cursor_bounds,
|
| - const string16& label)
|
| + const base::string16& label)
|
| : cursor_bounds_(cursor_bounds),
|
| label_view_(new views::Label(label)) {
|
| set_use_focusless(true);
|
|
|