| Index: chrome_frame/test_utils.cc
|
| diff --git a/chrome_frame/test_utils.cc b/chrome_frame/test_utils.cc
|
| index fb469981d08a7dd6fc370382bade4c509ddc1c35..a059b3507c25a1e4e79077e16ce175e9413a2846 100644
|
| --- a/chrome_frame/test_utils.cc
|
| +++ b/chrome_frame/test_utils.cc
|
| @@ -278,7 +278,7 @@ class ArgumentFilter : public base::ProcessFilter {
|
| command_line.end(),
|
| argument_to_find_.begin(),
|
| argument_to_find_.end(),
|
| - CaseInsensitiveCompareASCII<wchar_t>());
|
| + base::CaseInsensitiveCompareASCII<wchar_t>());
|
| found = (it != command_line.end());
|
| }
|
| return found;
|
|
|