diff options
author | Alex Vakulenko <avakulenko@chromium.org> | 2014-06-16 13:19:00 -0700 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2014-06-18 01:39:59 +0000 |
commit | d2779df63aaad8b65fc5d4badee7dbc9bed7f2b6 (patch) | |
tree | e34a511ee4068d8d9cd46a992a4e147f3afbd351 /connection_manager_unittest.cc | |
parent | b683327ed3f50ef89324069fc87ee076b65bee46 (diff) |
update_engine: fixed warnings from cpplint
Fixed all the cpplint warnings in update engine.
BUG=None
TEST=Unit tests still pass.
Change-Id: I285ae858eec8abe0b26ff203b99a42a200ceb71c
Reviewed-on: https://chromium-review.googlesource.com/204027
Reviewed-by: Alex Vakulenko <avakulenko@chromium.org>
Tested-by: Alex Vakulenko <avakulenko@chromium.org>
Commit-Queue: Alex Vakulenko <avakulenko@chromium.org>
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" |