Chromium Code Reviews| Index: client/crashpad_client.h |
| diff --git a/client/crashpad_client.h b/client/crashpad_client.h |
| index cefa179bffbb8d4a0fdb6b81fa0907b73f3d9c48..c45f06078eed4df33ec44d2f206ae5e69d53b1be 100644 |
| --- a/client/crashpad_client.h |
| +++ b/client/crashpad_client.h |
| @@ -146,6 +146,8 @@ class CrashpadClient { |
| private: |
| #if defined(OS_MACOSX) |
| base::mac::ScopedMachSendRight exception_port_; |
| +#elif defined(OS_WIN) |
| + std::string ipc_port_; |
| #endif |
| DISALLOW_COPY_AND_ASSIGN(CrashpadClient); |