| Index: content/renderer/pepper/pepper_plugin_instance_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| index 2542a91a7fee28fccd226e3eb6f5fed4e8fc8ac1..059f86603935fe1aebd1e2806e2abed847ce7baa 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -265,7 +265,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| base::string16 GetSelectedText(bool html);
|
| base::string16 GetLinkAtPosition(const gfx::Point& point);
|
| void RequestSurroundingText(size_t desired_number_of_characters);
|
| - bool StartFind(const base::string16& search_text,
|
| + bool StartFind(const std::string& search_text,
|
| bool case_sensitive,
|
| int identifier);
|
| void SelectFindResult(bool forward, int identifier);
|
|
|