| Index: trunk/src/gpu/config/gpu_test_expectations_parser.cc
|
| ===================================================================
|
| --- trunk/src/gpu/config/gpu_test_expectations_parser.cc (revision 289319)
|
| +++ trunk/src/gpu/config/gpu_test_expectations_parser.cc (working copy)
|
| @@ -135,7 +135,7 @@
|
| return kConfigGPUDeviceID;
|
|
|
| for (int32 i = 0; i < kNumberOfExactMatchTokens; ++i) {
|
| - if (base::LowerCaseEqualsASCII(word, kTokenData[i].name))
|
| + if (LowerCaseEqualsASCII(word, kTokenData[i].name))
|
| return static_cast<Token>(i);
|
| }
|
| return kTokenWord;
|
|
|