| Index: trunk/src/content/common/page_state_serialization_unittest.cc
|
| ===================================================================
|
| --- trunk/src/content/common/page_state_serialization_unittest.cc (revision 239920)
|
| +++ trunk/src/content/common/page_state_serialization_unittest.cc (working copy)
|
| @@ -373,7 +373,7 @@
|
| EXPECT_TRUE(EncodePageState(state, &encoded));
|
|
|
| std::string base64;
|
| - base::Base64Encode(encoded, &base64);
|
| + EXPECT_TRUE(base::Base64Encode(encoded, &base64));
|
|
|
| base::FilePath path;
|
| PathService::Get(base::DIR_TEMP, &path);
|
|
|