| Index: content/shell/renderer/ipc_echo.h
|
| diff --git a/content/shell/renderer/ipc_echo.h b/content/shell/renderer/ipc_echo.h
|
| index 57a535120d1c32876ef0405bca2494e7a52091fa..71624cf1d8bcd21cdc06657aff2edcbc0e83fa32 100644
|
| --- a/content/shell/renderer/ipc_echo.h
|
| +++ b/content/shell/renderer/ipc_echo.h
|
| @@ -41,12 +41,14 @@ class IPCEcho : public base::SupportsWeakPtr<IPCEcho> {
|
| int last_echo_id() const { return last_echo_id_; }
|
| int last_echo_size() const { return last_echo_size_; }
|
|
|
| - base::WeakPtrFactory<IPCEcho> weak_factory_;
|
| blink::WebDocument document_;
|
| IPC::Sender* sender_;
|
| int routing_id_;
|
| int last_echo_id_;
|
| int last_echo_size_;
|
| +
|
| + base::WeakPtrFactory<IPCEcho> weak_factory_;
|
| +
|
| };
|
|
|
| } // namespace content
|
|
|