| Index: third_party/WebKit/Source/wtf/ASCIICType.h
 | 
| diff --git a/third_party/WebKit/Source/wtf/ASCIICType.h b/third_party/WebKit/Source/wtf/ASCIICType.h
 | 
| index 052a45b11c3c65a6b695bea7a052a58f35484554..f4855d103d0b09bfec28eb2ec5ca7b28812baba0 100644
 | 
| --- a/third_party/WebKit/Source/wtf/ASCIICType.h
 | 
| +++ b/third_party/WebKit/Source/wtf/ASCIICType.h
 | 
| @@ -176,7 +176,7 @@ template<typename CharType> inline bool isASCIIAlphaCaselessEqual(CharType cssCh
 | 
|      return LIKELY(toASCIILowerUnchecked(cssCharacter) == character);
 | 
|  }
 | 
|  
 | 
| -}
 | 
| +} // namespace WTF
 | 
|  
 | 
|  using WTF::isASCII;
 | 
|  using WTF::isASCIIAlpha;
 | 
| 
 |