Chromium Code Reviews| Index: src/ports/SkDebug_win.cpp |
| diff --git a/src/ports/SkDebug_win.cpp b/src/ports/SkDebug_win.cpp |
| index 599b133e54eec6f0a86e531ac1366d78b02db727..fe28ee27b1ce4bd080a0f7c4de56b784e88ed0c8 100644 |
| --- a/src/ports/SkDebug_win.cpp |
| +++ b/src/ports/SkDebug_win.cpp |
| @@ -14,7 +14,7 @@ static const size_t kBufferSize = 2048; |
| #include <stdarg.h> |
| #include <stdio.h> |
| -#include <Windows.h> |
| +#include <windows.h> |
| void SkDebugf(const char format[], ...) { |
| char buffer[kBufferSize + 1]; |