Chromium Code Reviews| Index: base/at_exit.cc |
| diff --git a/base/at_exit.cc b/base/at_exit.cc |
| index e6618a02db86a34e41611dd0c8e513dea0826870..e467c5d2b3f52529fc15af7a56e3e3b0711ad6af 100644 |
| --- a/base/at_exit.cc |
| +++ b/base/at_exit.cc |
| @@ -1,8 +1,12 @@ |
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| #include "base/at_exit.h" |
| + |
| +#include <stddef.h> |
| +#include <ostream> |
| + |
| #include "base/logging.h" |
| namespace base { |