Chromium Code Reviews| Index: base/containers/stack_container.h |
| diff --git a/base/containers/stack_container.h b/base/containers/stack_container.h |
| index 87fa0369b6a4f9e05b3fc69c5ed9eab39247205b..54090d3cd997b0e9105de2e126a037f0e75a518d 100644 |
| --- a/base/containers/stack_container.h |
| +++ b/base/containers/stack_container.h |
| @@ -176,6 +176,7 @@ class StackContainer { |
| Allocator allocator_; |
| ContainerType container_; |
| + private: |
| DISALLOW_COPY_AND_ASSIGN(StackContainer); |
| }; |