diff options
Diffstat (limited to 'update_manager/boxed_value_unittest.cc')
-rw-r--r-- | update_manager/boxed_value_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update_manager/boxed_value_unittest.cc b/update_manager/boxed_value_unittest.cc index 77b44c26..62f4bfea 100644 --- a/update_manager/boxed_value_unittest.cc +++ b/update_manager/boxed_value_unittest.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "update_engine/update_manager/boxed_value.h" + #include <gtest/gtest.h> #include <list> #include <map> @@ -11,7 +13,6 @@ #include <base/strings/stringprintf.h> #include <base/time/time.h> -#include "update_engine/update_manager/boxed_value.h" #include "update_engine/update_manager/shill_provider.h" #include "update_engine/update_manager/umtest_utils.h" #include "update_engine/update_manager/updater_provider.h" |