From 1c32255718e88b075d319efb7e7758782e5e729e Mon Sep 17 00:00:00 2001 From: Pale Moon Date: Wed, 27 May 2015 00:42:47 +0200 Subject: Wholesale switch remaining code to Goanna --- storage/src/Makefile.in | 2 +- storage/src/mozStorageConnection.cpp | 2 +- storage/src/mozStorageStatement.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'storage') diff --git a/storage/src/Makefile.in b/storage/src/Makefile.in index 3f479ba93..47aab1f28 100644 --- a/storage/src/Makefile.in +++ b/storage/src/Makefile.in @@ -20,7 +20,7 @@ DEFINES += -DXP_LINUX endif # Don't use the jemalloc allocator on Android, because we can't guarantee -# that Gecko will configure sqlite before it is first used (bug 730495). +# that Goanna will configure sqlite before it is first used (bug 730495). # # Note: On Windows our sqlite build assumes we use jemalloc. If you disable # MOZ_STORAGE_MEMORY on Windows, you will also need to change the "ifdef diff --git a/storage/src/mozStorageConnection.cpp b/storage/src/mozStorageConnection.cpp index 97b9826bb..a11c9c8a3 100644 --- a/storage/src/mozStorageConnection.cpp +++ b/storage/src/mozStorageConnection.cpp @@ -34,7 +34,7 @@ #include "SQLCollations.h" #include "FileSystemModule.h" #include "mozStorageHelper.h" -#include "GeckoProfiler.h" +#include "GoannaProfiler.h" #include "prlog.h" #include "prprf.h" diff --git a/storage/src/mozStorageStatement.cpp b/storage/src/mozStorageStatement.cpp index d42a458cd..0d3494092 100644 --- a/storage/src/mozStorageStatement.cpp +++ b/storage/src/mozStorageStatement.cpp @@ -23,7 +23,7 @@ #include "mozStorageStatementParams.h" #include "mozStorageStatementRow.h" #include "mozStorageStatement.h" -#include "GeckoProfiler.h" +#include "GoannaProfiler.h" #include "prlog.h" -- cgit v1.2.3