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

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

Issue 2537953003: WebString: makes string16 conversions explicit (part 1: blink, content) (Closed)
Patch Set: fix 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 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);

Powered by Google App Engine
This is Rietveld 408576698