summaryrefslogtreecommitdiffstats
path: root/ui/base/dragdrop/download_file_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/dragdrop/download_file_interface.h')
-rw-r--r--ui/base/dragdrop/download_file_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/dragdrop/download_file_interface.h b/ui/base/dragdrop/download_file_interface.h
index a3bed25..c157950 100644
--- a/ui/base/dragdrop/download_file_interface.h
+++ b/ui/base/dragdrop/download_file_interface.h
@@ -28,7 +28,7 @@ namespace ui {
class UI_EXPORT DownloadFileObserver
: public base::RefCountedThreadSafe<DownloadFileObserver> {
public:
- virtual void OnDownloadCompleted(const FilePath& file_path) = 0;
+ virtual void OnDownloadCompleted(const base::FilePath& file_path) = 0;
virtual void OnDownloadAborted() = 0;
protected: