Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 1d0be212866c6cc3b3cc37aecfdaa8d1646916a1..c3d85c9d0c3e3df786bef1be58238ca4ab82b1a1 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -346,8 +346,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[]; |