blob: 569648eff3e1f273c0b4cab93f49ad2e0176929a [file] [log] [blame]
Gilad Arnold67ed78d2014-04-23 13:17:46 -07001// 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
9namespace chromeos_policy_manager {
10
11const unsigned PmTestUtils::kDefaultTimeoutInSeconds = 1;
12
13} // namespace chromeos_policy_manager