| Index: chrome/browser/chromeos/input_method/candidate_view.h
|
| diff --git a/chrome/browser/chromeos/input_method/candidate_view.h b/chrome/browser/chromeos/input_method/candidate_view.h
|
| index 823f6492fedd8a155e0ba18b0283f06b4b135ae6..d5ad24322f20c5714197b2e039db680947f15116 100644
|
| --- a/chrome/browser/chromeos/input_method/candidate_view.h
|
| +++ b/chrome/browser/chromeos/input_method/candidate_view.h
|
| @@ -30,13 +30,13 @@ class CandidateView : public views::View {
|
| int column_height);
|
|
|
| // Sets candidate text to the given text.
|
| - void SetCandidateText(const string16& text);
|
| + void SetCandidateText(const base::string16& text);
|
|
|
| // Sets shortcut text to the given text.
|
| - void SetShortcutText(const string16& text);
|
| + void SetShortcutText(const base::string16& text);
|
|
|
| // Sets annotation text to the given text.
|
| - void SetAnnotationText(const string16& text);
|
| + void SetAnnotationText(const base::string16& text);
|
|
|
| // Sets infolist icon.
|
| void SetInfolistIcon(bool enable);
|
|
|