diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-13 04:41:48 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-13 04:41:48 +0800 |
commit | abbc4e8bbba9f32f6b8a74288f090c38ffc1fc9f (patch) | |
tree | 7950e0d177426892e8cfb70fea2364db511b3521 /embed/mozilla/EphyHeaderSniffer.cpp | |
parent | f9682ce4d2a1e2a5ec4647b09b41ecfee682817a (diff) | |
download | gsoc2013-epiphany-abbc4e8bbba9f32f6b8a74288f090c38ffc1fc9f.tar gsoc2013-epiphany-abbc4e8bbba9f32f6b8a74288f090c38ffc1fc9f.tar.gz gsoc2013-epiphany-abbc4e8bbba9f32f6b8a74288f090c38ffc1fc9f.tar.bz2 gsoc2013-epiphany-abbc4e8bbba9f32f6b8a74288f090c38ffc1fc9f.tar.lz gsoc2013-epiphany-abbc4e8bbba9f32f6b8a74288f090c38ffc1fc9f.tar.xz gsoc2013-epiphany-abbc4e8bbba9f32f6b8a74288f090c38ffc1fc9f.tar.zst gsoc2013-epiphany-abbc4e8bbba9f32f6b8a74288f090c38ffc1fc9f.zip |
Include nsStringGlue.h instead of nsStringAPI.h
svn path=/trunk/; revision=7407
Diffstat (limited to 'embed/mozilla/EphyHeaderSniffer.cpp')
-rw-r--r-- | embed/mozilla/EphyHeaderSniffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyHeaderSniffer.cpp b/embed/mozilla/EphyHeaderSniffer.cpp index 2cd659afa..90a2f509d 100644 --- a/embed/mozilla/EphyHeaderSniffer.cpp +++ b/embed/mozilla/EphyHeaderSniffer.cpp @@ -45,7 +45,7 @@ #include <glib/gi18n.h> #include <libgnomevfs/gnome-vfs-utils.h> -#include <nsStringAPI.h> +#include <nsStringGlue.h> #include <nsComponentManagerUtils.h> #include <nsIChannel.h> |