Chromium Code Reviews| Index: src/unbound-queue.h |
| diff --git a/src/unbound-queue.h b/src/unbound-queue.h |
| index 7bc314bc7fb8bfb6b3825036baf3822160059852..443d5ce6d88a78cf95ba19a1ef7a6bf50663056c 100644 |
| --- a/src/unbound-queue.h |
| +++ b/src/unbound-queue.h |
| @@ -47,6 +47,7 @@ class UnboundQueue BASE_EMBEDDED { |
| INLINE(void Dequeue(Record* rec)); |
| INLINE(void Enqueue(const Record& rec)); |
| INLINE(bool IsEmpty()) { return divider_ == last_; } |
| + INLINE(Record* Peek()); |
| private: |
| INLINE(void DeleteFirst()); |