summaryrefslogtreecommitdiffstats
path: root/content/renderer/cpp_bound_class_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/cpp_bound_class_unittest.cc')
-rw-r--r--content/renderer/cpp_bound_class_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/cpp_bound_class_unittest.cc b/content/renderer/cpp_bound_class_unittest.cc
index 0aeab77..8b05fea 100644
--- a/content/renderer/cpp_bound_class_unittest.cc
+++ b/content/renderer/cpp_bound_class_unittest.cc
@@ -104,7 +104,7 @@ class CppBoundClassTest : public RenderViewTest {
void CheckTrue(const std::string& expression) {
int was_page_a = -1;
- string16 check_page_a =
+ base::string16 check_page_a =
ASCIIToUTF16(std::string("Number(") + expression + ")");
EXPECT_TRUE(ExecuteJavaScriptAndReturnIntValue(check_page_a, &was_page_a));
EXPECT_EQ(1, was_page_a);