| Index: chrome/tools/crash_service/crash_service.h
|
| ===================================================================
|
| --- chrome/tools/crash_service/crash_service.h (revision 11293)
|
| +++ chrome/tools/crash_service/crash_service.h (working copy)
|
| @@ -80,9 +80,10 @@
|
| static void OnClientConnected(void* context,
|
| const google_breakpad::ClientInfo* client_info);
|
|
|
| - static void OnClientDumpRequest(void* context,
|
| - const google_breakpad::ClientInfo* client_info,
|
| - const std::wstring* file_path);
|
| + static void OnClientDumpRequest(
|
| + void* context,
|
| + const google_breakpad::ClientInfo* client_info,
|
| + const std::wstring* file_path);
|
|
|
| static void OnClientExited(void* context,
|
| const google_breakpad::ClientInfo* client_info);
|
|
|