diff options
Diffstat (limited to 'content/browser/download/save_file.h')
-rw-r--r-- | content/browser/download/save_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/download/save_file.h b/content/browser/download/save_file.h index 0b2ec06..bafa253 100644 --- a/content/browser/download/save_file.h +++ b/content/browser/download/save_file.h @@ -6,7 +6,7 @@ #define CONTENT_BROWSER_DOWNLOAD_SAVE_FILE_H_ #include "base/basictypes.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/memory/scoped_ptr.h" #include "content/browser/download/base_file.h" #include "content/browser/download/save_types.h" |