| Index: base/atomicops_unittest.cc
|
| diff --git a/base/atomicops_unittest.cc b/base/atomicops_unittest.cc
|
| index 5053b0b974480bd0f1cd3f05c783fe17881ccc47..d73a098c4881e6744eb46f2f3dc4f6e100e4a59a 100644
|
| --- a/base/atomicops_unittest.cc
|
| +++ b/base/atomicops_unittest.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/atomicops.h"
|
| +
|
| +#include <string.h>
|
| +
|
| +#include "base/port.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| template <class AtomicType>
|
|
|