Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Unified Diff: content/renderer/pepper/pepper_plugin_instance_impl.h

Issue 2599713002: Use explicit WebString <-> string{16,} conversion methods in content/renderer/pepper (Closed)
Patch Set: . Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698