| Index: chrome/common/ref_counted_util.h
 | 
| diff --git a/chrome/common/ref_counted_util.h b/chrome/common/ref_counted_util.h
 | 
| index eb388691f2f531a6c376bd46ef4a22508e47909b..801aa423d7b51be1e602fb7933bea0483401ef01 100644
 | 
| --- a/chrome/common/ref_counted_util.h
 | 
| +++ b/chrome/common/ref_counted_util.h
 | 
| @@ -23,8 +23,4 @@ class RefCountedVector :
 | 
|    DISALLOW_COPY_AND_ASSIGN(RefCountedVector<T>);
 | 
|  };
 | 
|  
 | 
| -// RefCountedThreadSafeBytes represent a ref-counted blob of bytes.
 | 
| -// Useful for passing data between threads without copying.
 | 
| -typedef RefCountedVector<unsigned char> RefCountedBytes;
 | 
| -
 | 
|  #endif  // CHROME_COMMON_REF_COUNTED_UTIL_H__
 | 
| 
 |