summaryrefslogtreecommitdiff
path: root/startupcache/StartupCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'startupcache/StartupCache.cpp')
-rw-r--r--startupcache/StartupCache.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/startupcache/StartupCache.cpp b/startupcache/StartupCache.cpp
index a2e6f0a988..9b99e6ac42 100644
--- a/startupcache/StartupCache.cpp
+++ b/startupcache/StartupCache.cpp
@@ -31,11 +31,12 @@
#include "nsZipArchive.h"
#include "mozilla/Omnijar.h"
#include "prenv.h"
-#include "mozilla/Telemetry.h"
#include "nsThreadUtils.h"
#include "nsXULAppAPI.h"
#include "nsIProtocolHandler.h"
+#include "GeckoProfiler.h"
+
#ifdef IS_BIG_ENDIAN
#define SC_ENDIAN "big"
#else
@@ -420,8 +421,7 @@ StartupCache::WriteToDisk()
// If we didn't have an mArchive member, that means that we failed to
// open the startup cache for reading. Therefore, we need to record
- // the time of creation in a zipfile comment; this will be useful for
- // Telemetry statistics.
+ // the time of creation in a zipfile comment.
PRTime now = PR_Now();
if (!mArchive) {
nsCString comment;