| Index: prefs.cc
|
| diff --git a/prefs.cc b/prefs.cc
|
| index 7e98e795cb8898160cdbb84596278c8c97f0d640..585408cefcb032e4e217a7a547afb4241e0650b6 100644
|
| --- a/prefs.cc
|
| +++ b/prefs.cc
|
| @@ -4,16 +4,18 @@
|
|
|
| #include "update_engine/prefs.h"
|
|
|
| -#include "base/file_util.h"
|
| -#include "base/logging.h"
|
| -#include "base/string_number_conversions.h"
|
| -#include "base/string_util.h"
|
| +#include <base/file_util.h>
|
| +#include <base/logging.h>
|
| +#include <base/string_number_conversions.h>
|
| +#include <base/string_util.h>
|
| +
|
| #include "update_engine/utils.h"
|
|
|
| using std::string;
|
|
|
| namespace chromeos_update_engine {
|
|
|
| +const char kPrefsDeltaUpdateFailures[] = "delta-update-failures";
|
| const char kPrefsLastActivePingDay[] = "last-active-ping-day";
|
| const char kPrefsLastRollCallPingDay[] = "last-roll-call-ping-day";
|
|
|
|
|