diff options
Diffstat (limited to 'content/browser/download/download_file_impl.h')
-rw-r--r-- | content/browser/download/download_file_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h index f17acab..963ae9f 100644 --- a/content/browser/download/download_file_impl.h +++ b/content/browser/download/download_file_impl.h @@ -10,8 +10,8 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" -#include "base/time.h" -#include "base/timer.h" +#include "base/time/time.h" +#include "base/timer/timer.h" #include "content/browser/byte_stream.h" #include "content/browser/download/base_file.h" #include "content/browser/download/rate_estimator.h" |