aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ContentHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/ContentHandler.h')
-rw-r--r--embed/mozilla/ContentHandler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h
index 1df7e37cf..7498a80f0 100644
--- a/embed/mozilla/ContentHandler.h
+++ b/embed/mozilla/ContentHandler.h
@@ -22,8 +22,6 @@
#ifndef CONTENT_HANDLER_H
#define CONTENT_HANDLER_H
-#include "config.h"
-
#include "ephy-file-helpers.h"
#include <libgnomevfs/gnome-vfs-mime-handlers.h>
@@ -79,7 +77,7 @@ class GContentHandler : public nsIHelperAppLauncherDialog
EphyMimePermission mPermission;
nsEmbedCString mUrl;
-#ifdef MOZ_NSIMIMEINFO_NSACSTRING_
+#ifdef HAVE_GECKO_1_8
nsEmbedCString mMimeType;
#else
char *mMimeType;