| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 0c3a5ec3ea18b8568ec3c00228635e4ed047a1d2..138aeccca19d9e1171af697bad9a7b6399bf0ff9 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -258,7 +258,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| int selection_start, int selection_end,
|
| int composition_start, int composition_end,
|
| bool show_ime_if_needed, bool require_ack);
|
| - void SetTitle(const string16& title);
|
| + void SetTitle(const base::string16& title);
|
| void OnBackgroundColorChanged(SkColor color);
|
|
|
| bool HasFocus();
|
|
|