| Index: ui/aura/remote_root_window_host_win.h
|
| diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h
|
| index 6ccf94d133f4c8662bdbe90c2314f5f36dd6902b..41774e2ca583589ca37eb15eb30bad3fb124133c 100644
|
| --- a/ui/aura/remote_root_window_host_win.h
|
| +++ b/ui/aura/remote_root_window_host_win.h
|
| @@ -196,11 +196,11 @@ class AURA_EXPORT RemoteRootWindowHostWin
|
| ui::RemoteInputMethodPrivateWin* GetRemoteInputMethodPrivate();
|
| void OnImeCandidatePopupChanged(bool visible);
|
| void OnImeCompositionChanged(
|
| - const string16& text,
|
| + const base::string16& text,
|
| int32 selection_start,
|
| int32 selection_end,
|
| const std::vector<metro_viewer::UnderlineInfo>& underlines);
|
| - void OnImeTextCommitted(const string16& text);
|
| + void OnImeTextCommitted(const base::string16& text);
|
| void OnImeInputSourceChanged(uint16 language_id, bool is_ime);
|
|
|
| // RootWindowHost overrides:
|
|
|