| Index: content/browser/download/download_file_unittest.cc
|
| diff --git a/content/browser/download/download_file_unittest.cc b/content/browser/download/download_file_unittest.cc
|
| index 5708906b71e693bf0e956af316e68c3f60469e5b..99165f3d68bb24c8447410c08aa4cd274cb364dd 100644
|
| --- a/content/browser/download/download_file_unittest.cc
|
| +++ b/content/browser/download/download_file_unittest.cc
|
| @@ -11,10 +11,10 @@
|
| #include "content/browser/download/download_create_info.h"
|
| #include "content/browser/download/download_file_impl.h"
|
| #include "content/browser/download/download_request_handle.h"
|
| -#include "content/browser/power_save_blocker.h"
|
| #include "content/public/browser/download_destination_observer.h"
|
| #include "content/public/browser/download_interrupt_reasons.h"
|
| #include "content/public/browser/download_manager.h"
|
| +#include "content/public/browser/power_save_blocker.h"
|
| #include "content/public/test/mock_download_manager.h"
|
| #include "net/base/file_stream.h"
|
| #include "net/base/mock_file_stream.h"
|
|
|