| Index: content/browser/download/save_file.h
|
| diff --git a/content/browser/download/save_file.h b/content/browser/download/save_file.h
|
| index 13b6f9d0c853256020405f57c3a90434230251e1..0b2ec069df6b75788ead76b3251c326251de6f57 100644
|
| --- a/content/browser/download/save_file.h
|
| +++ b/content/browser/download/save_file.h
|
| @@ -27,12 +27,12 @@ class SaveFile {
|
| // BaseFile delegated functions.
|
| DownloadInterruptReason Initialize();
|
| DownloadInterruptReason AppendDataToFile(const char* data, size_t data_len);
|
| - DownloadInterruptReason Rename(const FilePath& full_path);
|
| + DownloadInterruptReason Rename(const base::FilePath& full_path);
|
| void Detach();
|
| void Cancel();
|
| void Finish();
|
| void AnnotateWithSourceInformation();
|
| - FilePath FullPath() const;
|
| + base::FilePath FullPath() const;
|
| bool InProgress() const;
|
| int64 BytesSoFar() const;
|
| bool GetHash(std::string* hash);
|
|
|