Gilad Arnold | 67ed78d | 2014-04-23 13:17:46 -0700 | [diff] [blame] | 1 | // Copyright (c) 2014 The Chromium OS Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include <base/time/time.h> | ||||
6 | |||||
7 | #include "update_engine/policy_manager/pmtest_utils.h" | ||||
8 | |||||
9 | namespace chromeos_policy_manager { | ||||
10 | |||||
11 | const unsigned PmTestUtils::kDefaultTimeoutInSeconds = 1; | ||||
12 | |||||
13 | } // namespace chromeos_policy_manager |