summaryrefslogtreecommitdiff
path: root/update_manager/update_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'update_manager/update_manager.cc')
-rw-r--r--update_manager/update_manager.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/update_manager/update_manager.cc b/update_manager/update_manager.cc
index d6ffcee5..fdedc29f 100644
--- a/update_manager/update_manager.cc
+++ b/update_manager/update_manager.cc
@@ -11,7 +11,8 @@ namespace chromeos_update_manager {
UpdateManager::UpdateManager(chromeos_update_engine::ClockInterface* clock,
base::TimeDelta evaluation_timeout, State* state)
- : state_(state), clock_(clock), evaluation_timeout_(evaluation_timeout) {
+ : default_policy_(clock), state_(state), clock_(clock),
+ evaluation_timeout_(evaluation_timeout) {
// TODO(deymo): Make it possible to replace this policy with a different
// implementation with a build-time flag.
policy_.reset(new ChromeOSPolicy());