summaryrefslogtreecommitdiffstats
path: root/content/browser/bookmarklet_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/bookmarklet_browsertest.cc')
-rw-r--r--content/browser/bookmarklet_browsertest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/bookmarklet_browsertest.cc b/content/browser/bookmarklet_browsertest.cc
index 761c642..81eda413 100644
--- a/content/browser/bookmarklet_browsertest.cc
+++ b/content/browser/bookmarklet_browsertest.cc
@@ -24,8 +24,8 @@ class BookmarkletTest : public ContentBrowserTest {
std::string body_text;
EXPECT_TRUE(ExecuteJavaScriptAndExtractString(
shell()->web_contents()->GetRenderViewHost(),
- L"",
- L"window.domAutomationController.send(document.body.innerText);",
+ "",
+ "window.domAutomationController.send(document.body.innerText);",
&body_text));
return body_text;
}