aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/GtkNSSClientAuthDialogs.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-13 04:41:48 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-13 04:41:48 +0800
commitabbc4e8bbba9f32f6b8a74288f090c38ffc1fc9f (patch)
tree7950e0d177426892e8cfb70fea2364db511b3521 /embed/mozilla/GtkNSSClientAuthDialogs.cpp
parentf9682ce4d2a1e2a5ec4647b09b41ecfee682817a (diff)
downloadgsoc2013-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/GtkNSSClientAuthDialogs.cpp')
-rw-r--r--embed/mozilla/GtkNSSClientAuthDialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/GtkNSSClientAuthDialogs.cpp b/embed/mozilla/GtkNSSClientAuthDialogs.cpp
index 3dc585792..12b74573f 100644
--- a/embed/mozilla/GtkNSSClientAuthDialogs.cpp
+++ b/embed/mozilla/GtkNSSClientAuthDialogs.cpp
@@ -45,7 +45,7 @@
#include <gtk/gtktreemodel.h>
#include <gtk/gtkvbox.h>
-#include <nsStringAPI.h>
+#include <nsStringGlue.h>
#include <nsIDOMWindow.h>
#include <nsIInterfaceRequestor.h>