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/EphyDirectoryProvider.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/EphyDirectoryProvider.cpp')
-rw-r--r-- | embed/mozilla/EphyDirectoryProvider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyDirectoryProvider.cpp b/embed/mozilla/EphyDirectoryProvider.cpp index a3b604434..7bb13ca65 100644 --- a/embed/mozilla/EphyDirectoryProvider.cpp +++ b/embed/mozilla/EphyDirectoryProvider.cpp @@ -28,7 +28,7 @@ #define MOZILLA_INTERNAL_API 1 #endif -#include <nsStringAPI.h> +#include <nsStringGlue.h> #include <nsAppDirectoryServiceDefs.h> #include <nsCOMPtr.h> |