diff options
Diffstat (limited to 'net/disk_cache')
-rw-r--r-- | net/disk_cache/in_flight_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <set> #include "base/message_loop_proxy.h" -#include "base/waitable_event.h" +#include "base/synchronization/waitable_event.h" namespace disk_cache { |