Chromium Code Reviews| Index: base/hash.cc |
| diff --git a/base/hash.cc b/base/hash.cc |
| index 9088dbd42a7cf70405f42c8e200cdf3bfcba9c8f..a7db64a919c87b03113b64bab7cf0b6c1ebacb95 100644 |
| --- a/base/hash.cc |
| +++ b/base/hash.cc |
| @@ -6,6 +6,7 @@ |
| // Definition in base/third_party/superfasthash/superfasthash.c. (Third-party |
| // code did not come with its own header file, so declaring the function here.) |
| +// Note: This algorithm is also in Blink under Source/wtf/StringHasher.h. |
| extern "C" uint32_t SuperFastHash(const char* data, int len); |
| namespace base { |