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 --- net/disk_cache/in_flight_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/disk_cache') diff --git a/net/disk_cache/in_flight_io.h b/net/disk_cache/in_flight_io.h index 6c5f8ab..a361cbd 100644 --- a/net/disk_cache/in_flight_io.h +++ b/net/disk_cache/in_flight_io.h @@ -9,7 +9,7 @@ #include #include "base/message_loop_proxy.h" -#include "base/waitable_event.h" +#include "base/synchronization/waitable_event.h" namespace disk_cache { -- cgit v1.1