Chromium Code Reviews| Index: tools/gn/label.cc |
| diff --git a/tools/gn/label.cc b/tools/gn/label.cc |
| index 60ebf3175580f7cedfaf8b423f07668a48c6718c..171511a3568b0662d0d9a9afa1d579e3cf3654be 100644 |
| --- a/tools/gn/label.cc |
| +++ b/tools/gn/label.cc |
| @@ -105,7 +105,7 @@ bool Resolve(const SourceDir& current_dir, |
| return false; |
| } |
| if (input.size() > 3 && input[2] == ':' && IsSlash(input[3]) && |
| - IsAsciiAlpha(input[1])) { |
| + base::IsAsciiAlpha(input[1])) { |
| // Skip over the drive letter colon. |
| offset = 3; |
| } |