diff options
Diffstat (limited to 'update_manager/umtest_utils.cc')
-rw-r--r-- | update_manager/umtest_utils.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_manager/umtest_utils.cc b/update_manager/umtest_utils.cc index 41dc0a63..be6a86f7 100644 --- a/update_manager/umtest_utils.cc +++ b/update_manager/umtest_utils.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include <base/time/time.h> - #include "update_engine/update_manager/umtest_utils.h" +#include <base/time/time.h> + namespace chromeos_update_manager { const unsigned UmTestUtils::kDefaultTimeoutInSeconds = 1; |