| Index: third_party/WebKit/Source/wtf/WTF.h
 | 
| diff --git a/third_party/WebKit/Source/wtf/WTF.h b/third_party/WebKit/Source/wtf/WTF.h
 | 
| index 806d52b70634483f11ac66e07ba1848cb07ca207..5dbd1b581761f2e8d6e7df493e2bcc2202311335 100644
 | 
| --- a/third_party/WebKit/Source/wtf/WTF.h
 | 
| +++ b/third_party/WebKit/Source/wtf/WTF.h
 | 
| @@ -37,7 +37,6 @@
 | 
|  
 | 
|  namespace WTF {
 | 
|  
 | 
| -typedef void(*HistogramEnumerationFunction)(const char* name, int sample, int boundaryValue);
 | 
|  typedef void(*AdjustAmountOfExternalAllocatedMemoryFunction)(int size);
 | 
|  
 | 
|  // This function must be called exactly once from the main thread before using anything else in WTF.
 | 
| 
 |