diff options
Diffstat (limited to 'storage')
-rw-r--r-- | storage/src/Makefile.in | 2 | ||||
-rw-r--r-- | storage/src/mozStorageConnection.cpp | 2 | ||||
-rw-r--r-- | storage/src/mozStorageStatement.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
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" |