diff options
Diffstat (limited to 'content/browser/download/mock_download_file.h')
-rw-r--r-- | content/browser/download/mock_download_file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/download/mock_download_file.h b/content/browser/download/mock_download_file.h index 39d4804..8a80477 100644 --- a/content/browser/download/mock_download_file.h +++ b/content/browser/download/mock_download_file.h @@ -5,10 +5,10 @@ #ifndef CONTENT_BROWSER_DOWNLOAD_MOCK_DOWNLOAD_FILE_H_ #define CONTENT_BROWSER_DOWNLOAD_MOCK_DOWNLOAD_FILE_H_ -#include <string> #include <map> +#include <string> -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/memory/ref_counted.h" #include "content/browser/download/download_file.h" #include "content/public/browser/download_id.h" |