diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-20 03:38:15 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-20 03:38:15 +0000 |
commit | 33e585a3ede97b536b5bcbbfbfedb732f364eecc (patch) | |
tree | 306014c5dd1f203d9f75e9f48933a3b74a728180 /base/lock.h | |
parent | c7f46d3c7b019d97402b10d3a25bf1021db17cf7 (diff) | |
download | chromium_src-33e585a3ede97b536b5bcbbfbfedb732f364eecc.zip chromium_src-33e585a3ede97b536b5bcbbfbfedb732f364eecc.tar.gz chromium_src-33e585a3ede97b536b5bcbbfbfedb732f364eecc.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 9)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5091005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/lock.h')
-rw-r--r-- | base/lock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/lock.h b/base/lock.h index 0ae4861..ba34964 100644 --- a/base/lock.h +++ b/base/lock.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -7,6 +7,7 @@ #pragma once #include "base/lock_impl.h" +#include "base/platform_thread.h" // A convenient wrapper for an OS specific critical section. The only real // intelligence in this class is in debug mode for the support for the |