| 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 62fb17a4e0a4aa5400dea8bd3a16968c818a2eea..5125c2c00a2753af0a41cc7feef097bace8e9bde 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -266,7 +266,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);
|
|
|