Index: base/debug_on_start.h |
diff --git a/base/debug_on_start.h b/base/debug_on_start.h |
index ab823cf0e4e7c272e25fd8d9d24739ea128a964c..e31e7eb96f792af15a045f5bc20c3d1cc3184bf8 100644 |
--- a/base/debug_on_start.h |
+++ b/base/debug_on_start.h |
@@ -31,7 +31,7 @@ class DebugOnStart { |
// Returns true if the 'argument' is present in the 'command_line'. It does |
// not use the CRT, only Kernel32 functions. |
- static bool FindArgument(wchar_t* command_line, const wchar_t* argument); |
+ static bool FindArgument(wchar_t* command_line, const char* argument); |
}; |
// Set the function pointer to our function to look for a crash on start. The |