diff options
Diffstat (limited to 'connection_manager_unittest.cc')
-rw-r--r-- | connection_manager_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/connection_manager_unittest.cc b/connection_manager_unittest.cc index c495fbfb..ca6e2569 100644 --- a/connection_manager_unittest.cc +++ b/connection_manager_unittest.cc @@ -2,11 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <set> +#include <string> + #include <base/logging.h> #include <chromeos/dbus/service_constants.h> #include <gmock/gmock.h> #include <gtest/gtest.h> -#include <string> #include "update_engine/connection_manager.h" #include "update_engine/fake_system_state.h" |