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/ContentHandler.cpp | |
parent | f9682ce4d2a1e2a5ec4647b09b41ecfee682817a (diff) | |
download | gsoc2013-epiphany-abbc4e8bbba9f32f6b8a74288f090c38ffc1fc9f.tar.gz 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/ContentHandler.cpp')
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 7f5160adc..c01300d2b 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -34,7 +34,7 @@ #include <libgnomevfs/gnome-vfs-mime.h> #include <libgnomevfs/gnome-vfs-utils.h> -#include <nsStringAPI.h> +#include <nsStringGlue.h> #include <nsCExternalHandlerService.h> #include <nsComponentManagerUtils.h> |