| Index: components/sync/core_impl/protocol_event_buffer.h
|
| diff --git a/components/sync/core_impl/protocol_event_buffer.h b/components/sync/core_impl/protocol_event_buffer.h
|
| index ee7ddeeef96d6bb22d397b354f26a8fef6dc356a..9ea03cc6be942bd96117b573eafb44bd83c5473f 100644
|
| --- a/components/sync/core_impl/protocol_event_buffer.h
|
| +++ b/components/sync/core_impl/protocol_event_buffer.h
|
| @@ -35,7 +35,7 @@ class SYNC_EXPORT ProtocolEventBuffer {
|
|
|
| private:
|
| std::deque<ProtocolEvent*> buffer_;
|
| - STLElementDeleter<std::deque<ProtocolEvent*>> buffer_deleter_;
|
| + base::STLElementDeleter<std::deque<ProtocolEvent*>> buffer_deleter_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ProtocolEventBuffer);
|
| };
|
|
|