| Index: public/web/WebPageSerializerClient.h
|
| diff --git a/public/web/WebPageSerializerClient.h b/public/web/WebPageSerializerClient.h
|
| index 2cdcb6e06bfc72c98f9ae2505b84f231882b1988..a55643d3322acdf33c078b3471876702b38ef92a 100644
|
| --- a/public/web/WebPageSerializerClient.h
|
| +++ b/public/web/WebPageSerializerClient.h
|
| @@ -63,13 +63,13 @@ public:
|
| // status indicates the status of data serialization.
|
| virtual void didSerializeDataForFrame(const WebURL& frameURL,
|
| const WebCString& data,
|
| - PageSerializationStatus status) = 0;
|
| + PageSerializationStatus) = 0;
|
| WebPageSerializerClient() { }
|
|
|
| protected:
|
| virtual ~WebPageSerializerClient() { }
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace blink
|
|
|
| #endif
|
|
|