Chromium Code Reviews| Index: base/atomicops.h |
| diff --git a/base/atomicops.h b/base/atomicops.h |
| index 445696bec5931f088eea18f76ff442853cd432b4..1f656e7e814d211844cd4e30a983bf5b9f63269f 100644 |
| --- a/base/atomicops.h |
| +++ b/base/atomicops.h |
| @@ -1,4 +1,4 @@ |
| -// 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. |
| @@ -30,7 +30,7 @@ |
| #pragma once |
| #include "base/basictypes.h" |
| -#include "base/port.h" |
| +#include "build/build_config.h" |
| namespace base { |
| namespace subtle { |