| Index: chrome/common/ref_counted_util.h
|
| diff --git a/chrome/common/ref_counted_util.h b/chrome/common/ref_counted_util.h
|
| index a59f3c5b72d9702b16992922fbdbfdcf04003db8..b8dd6e0680a0f0c5b1f2cd550527cf21c8d44179 100644
|
| --- a/chrome/common/ref_counted_util.h
|
| +++ b/chrome/common/ref_counted_util.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef CHROME_COMMON_REF_COUNTED_UTIL_H__
|
| #define CHROME_COMMON_REF_COUNTED_UTIL_H__
|
|
|
| -#include "base/memory/ref_counted.h"
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| +#include "base/memory/ref_counted.h"
|
| +
|
| // RefCountedVector is just a vector wrapped up with
|
| // RefCountedThreadSafe.
|
| template<class T>
|
|
|