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/GeckoCookiePromptService.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/GeckoCookiePromptService.cpp')
-rw-r--r-- | embed/mozilla/GeckoCookiePromptService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/GeckoCookiePromptService.cpp b/embed/mozilla/GeckoCookiePromptService.cpp index 5425d6ed7..4fc7c21a6 100644 --- a/embed/mozilla/GeckoCookiePromptService.cpp +++ b/embed/mozilla/GeckoCookiePromptService.cpp @@ -30,7 +30,7 @@ #include <gtk/gtkstock.h> #include <gtk/gtkwindow.h> -#include <nsStringAPI.h> +#include <nsStringGlue.h> #include "ephy-debug.h" #include "ephy-gui.h" |