From 44f9c950c66c18b205f1dd56a793693899b5057a Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sun, 2 Jan 2011 06:05:39 +0000 Subject: Move CancellationFlag and WaitableEvent to the synchronization subdirectory. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/5977010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70369 0039d316-1c4b-4281-b951-d872f2087c98 --- base/threading/simple_thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/threading/simple_thread.h') diff --git a/base/threading/simple_thread.h b/base/threading/simple_thread.h index c401e01..b107e9c 100644 --- a/base/threading/simple_thread.h +++ b/base/threading/simple_thread.h @@ -48,7 +48,7 @@ #include "base/basictypes.h" #include "base/lock.h" #include "base/threading/platform_thread.h" -#include "base/waitable_event.h" +#include "base/synchronization/waitable_event.h" namespace base { -- cgit v1.1