| Index: chrome/common/partial_circular_buffer.h
|
| diff --git a/chrome/common/partial_circular_buffer.h b/chrome/common/partial_circular_buffer.h
|
| index e1fb118132061c15737f2b2e1a1d27570b12b142..c2e8f7f921a3b74aea0d1bf0e790db8cf3a6c966 100644
|
| --- a/chrome/common/partial_circular_buffer.h
|
| +++ b/chrome/common/partial_circular_buffer.h
|
| @@ -6,7 +6,6 @@
|
| #define CHROME_COMMON_PARTIAL_CIRCULAR_BUFFER_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/gtest_prod_util.h"
|
|
|
| // A wrapper around a memory buffer that allows circular read and write with a
|
| // selectable wrapping position. Buffer layout (after wrap; H is header):
|
|
|