Index: prefs.cc |
diff --git a/prefs.cc b/prefs.cc |
index 38129c90fc28a37738d742a8133cda51c829a742..39f5908d6b719ddbd00b3fccbe6fb4c80578f080 100644 |
--- a/prefs.cc |
+++ b/prefs.cc |
@@ -13,6 +13,9 @@ using std::string; |
namespace chromeos_update_engine { |
+const char kPrefsLastActivePingDay[] = "last-active-ping-day"; |
+const char kPrefsLastRollCallPingDay[] = "last-roll-call-ping-day"; |
+ |
bool Prefs::Init(const FilePath& prefs_dir) { |
prefs_dir_ = prefs_dir; |
return true; |