| Index: chrome/browser/sync/notifier/base/fastalloc.h
|
| diff --git a/chrome/browser/sync/notifier/base/fastalloc.h b/chrome/browser/sync/notifier/base/fastalloc.h
|
| index 244a1f89ca7dade69517c4a488b62afabfceb450..ac0fb4652adfd0c546db61de83bc815ba8ee482a 100644
|
| --- a/chrome/browser/sync/notifier/base/fastalloc.h
|
| +++ b/chrome/browser/sync/notifier/base/fastalloc.h
|
| @@ -12,7 +12,7 @@ namespace notifier {
|
| template<class T, size_t Size>
|
| class FastAlloc {
|
| public:
|
| - FastAlloc() : buffer_(NULL), size_(0) { };
|
| + FastAlloc() : buffer_(NULL), size_(0) { }
|
| ~FastAlloc() { freeBuffer(); }
|
| T* get_buffer(size_t size) {
|
| if (size_ != 0) {
|
|
|