diff options
Diffstat (limited to 'embed/mozilla/FilePicker.h')
-rw-r--r-- | embed/mozilla/FilePicker.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/embed/mozilla/FilePicker.h b/embed/mozilla/FilePicker.h index 1c2283255..cdbfd243f 100644 --- a/embed/mozilla/FilePicker.h +++ b/embed/mozilla/FilePicker.h @@ -23,10 +23,6 @@ #define EPHY_FILEPICKER_H #include <nsIFilePicker.h> -#include <nsISupports.h> -#undef MOZILLA_INTERNAL_API -#include <nsEmbedString.h> -#define MOZILLA_INTERNAL_API 1 #include "ephy-file-chooser.h" @@ -57,7 +53,7 @@ public: private: EphyFileChooser *mDialog; PRInt16 mMode; - nsEmbedString mDefaultString; + nsString mDefaultString; }; #endif |