Index: src/client/windows/tests/crash_generation_app/crash_generation_app.cc |
diff --git a/src/client/windows/tests/crash_generation_app/crash_generation_app.cc b/src/client/windows/tests/crash_generation_app/crash_generation_app.cc |
index ad395d6c0ac041517e5d48e392e4d5d6b59f77a9..0d837e521d0b101772432d3a19db96f367952e96 100644 |
--- a/src/client/windows/tests/crash_generation_app/crash_generation_app.cc |
+++ b/src/client/windows/tests/crash_generation_app/crash_generation_app.cc |
@@ -73,7 +73,7 @@ BOOL InitInstance(HINSTANCE, int); |
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); |
INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM); |
-static int kCustomInfoCount = 2; |
+static size_t kCustomInfoCount = 2; |
static CustomInfoEntry kCustomInfoEntries[] = { |
CustomInfoEntry(L"prod", L"CrashTestApp"), |
CustomInfoEntry(L"ver", L"1.0"), |