| Index: third_party/WebKit/Source/wtf/text/StringHash.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringHash.h b/third_party/WebKit/Source/wtf/text/StringHash.h
|
| index 7f0fcb2aeddbf5869158f856fc92f0aa1f5f6417..5f4d843d6e299d24ea1ac304a6df728eb0e3d2d8 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringHash.h
|
| +++ b/third_party/WebKit/Source/wtf/text/StringHash.h
|
| @@ -161,7 +161,7 @@ struct AlreadyHashed : IntHash<unsigned> {
|
| }
|
| };
|
|
|
| -}
|
| +} // namespace WTF
|
|
|
| using WTF::AlreadyHashed;
|
| using WTF::CaseFoldingHash;
|
|
|