| Index: chrome/test/chrome_process_util_linux.cc
|
| ===================================================================
|
| --- chrome/test/chrome_process_util_linux.cc (revision 23601)
|
| +++ chrome/test/chrome_process_util_linux.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
| return -1;
|
|
|
| std::string trimmed_output;
|
| - TrimWhitespace(fuser_output, TRIM_ALL, &trimmed_output);
|
| + TrimWhitespaceASCII(fuser_output, TRIM_ALL, &trimmed_output);
|
|
|
| if (trimmed_output.find(' ') != std::string::npos) {
|
| LOG(FATAL) << "Expected exactly 1 process to have socket open: " <<
|
|
|
| Property changes on: chrome/test/chrome_process_util_linux.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|