Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1231)

Unified Diff: base/debug_on_start.h

Issue 270062: Use ASCII strings for switch names. (Closed)
Patch Set: victory Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/command_line_unittest.cc ('k') | base/debug_on_start.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « base/command_line_unittest.cc ('k') | base/debug_on_start.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698