| Index: content/common/page_state_serialization_unittest.cc
|
| diff --git a/content/common/page_state_serialization_unittest.cc b/content/common/page_state_serialization_unittest.cc
|
| index 9f58c7643d4c891b1aacd7bf26df1d89d3f9a19b..abb2a3958760c6a8b6a60d48350635781f515f1e 100644
|
| --- a/content/common/page_state_serialization_unittest.cc
|
| +++ b/content/common/page_state_serialization_unittest.cc
|
| @@ -322,7 +322,7 @@ TEST_F(PageStateSerializationTest, BasicFrameSetPOST) {
|
| }
|
|
|
| TEST_F(PageStateSerializationTest, BadMessagesTest1) {
|
| - Pickle p;
|
| + base::Pickle p;
|
| // Version 14
|
| p.WriteInt(14);
|
| // Empty strings.
|
| @@ -339,7 +339,7 @@ TEST_F(PageStateSerializationTest, BadMessagesTest1) {
|
|
|
| TEST_F(PageStateSerializationTest, BadMessagesTest2) {
|
| double d = 0;
|
| - Pickle p;
|
| + base::Pickle p;
|
| // Version 14
|
| p.WriteInt(14);
|
| // Empty strings.
|
|
|