aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/FilePicker.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/FilePicker.h')
-rw-r--r--embed/mozilla/FilePicker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/mozilla/FilePicker.h b/embed/mozilla/FilePicker.h
index cf6a7f68f..a0578a860 100644
--- a/embed/mozilla/FilePicker.h
+++ b/embed/mozilla/FilePicker.h
@@ -24,6 +24,7 @@
#include <nsIFilePicker.h>
#include <nsISupports.h>
+#include <nsEmbedString.h>
#include "ephy-file-chooser.h"
@@ -54,6 +55,7 @@ public:
private:
EphyFileChooser *mDialog;
PRInt16 mMode;
+ nsEmbedString mDefaultString;
};
#endif