Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 14e400678f699e8773e08de854113062753b56c5..2ea677c9f38d4b3b54814a2b80dfc8f1c904d817 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -349,8 +349,10 @@ extern const char kMetricsClientID[]; |
extern const char kMetricsSessionID[]; |
extern const char kMetricsClientIDTimestamp[]; |
extern const char kMetricsReportingEnabled[]; |
-extern const char kMetricsInitialLogs[]; |
-extern const char kMetricsOngoingLogs[]; |
+extern const char kMetricsInitialLogsXml[]; |
+extern const char kMetricsInitialLogsProto[]; |
+extern const char kMetricsOngoingLogsXml[]; |
+extern const char kMetricsOngoingLogsProto[]; |
extern const char kProfileLastUsed[]; |
extern const char kProfilesLastActive[]; |