| Index: content/renderer/cpp_bound_class_unittest.cc
|
| diff --git a/content/renderer/cpp_bound_class_unittest.cc b/content/renderer/cpp_bound_class_unittest.cc
|
| index 0aeab77c2d69323d85ac37d9d5ecea6e4eede2ea..8b05fea12bff5bc8ef02763117ccf4672db312b2 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);
|
|
|