summaryrefslogtreecommitdiffstats
path: root/base/waitable_event_watcher_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/waitable_event_watcher_posix.cc')
-rw-r--r--base/waitable_event_watcher_posix.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/base/waitable_event_watcher_posix.cc b/base/waitable_event_watcher_posix.cc
index 07ae694..148caaa 100644
--- a/base/waitable_event_watcher_posix.cc
+++ b/base/waitable_event_watcher_posix.cc
@@ -1,12 +1,11 @@
-// 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/waitable_event_watcher.h"
-#include "base/condition_variable.h"
-#include "base/lock.h"
#include "base/message_loop.h"
+#include "base/synchronization/lock.h"
#include "base/waitable_event.h"
namespace base {