| Index: content/common/page_state_serialization.h
|
| diff --git a/content/common/page_state_serialization.h b/content/common/page_state_serialization.h
|
| index 90484c4387bf591e87ec735194084388a1da1073..51ad47a49b82099729b356b4ea9850c96273b76c 100644
|
| --- a/content/common/page_state_serialization.h
|
| +++ b/content/common/page_state_serialization.h
|
| @@ -71,7 +71,7 @@ struct CONTENT_EXPORT ExplodedPageState {
|
|
|
| CONTENT_EXPORT bool DecodePageState(const std::string& encoded,
|
| ExplodedPageState* exploded);
|
| -CONTENT_EXPORT bool EncodePageState(const ExplodedPageState& exploded,
|
| +CONTENT_EXPORT void EncodePageState(const ExplodedPageState& exploded,
|
| std::string* encoded);
|
|
|
| #if defined(OS_ANDROID)
|
|
|