summaryrefslogtreecommitdiff
path: root/update_manager/policy_test_utils.h
diff options
context:
space:
mode:
authorAaron Wood <aaronwood@google.com>2017-12-06 11:09:15 -0800
committerAaron Wood <aaronwood@google.com>2017-12-08 14:46:34 -0800
commitc73fdc1575f4dd459c2c3edfa0a17d37477f51b5 (patch)
tree63f45b16330d4034719b6879c66bd58b67d30789 /update_manager/policy_test_utils.h
parent0b3cc24cf092acd316e3890d8413ab2b66bd9bbf (diff)
Codestyle fixups to satisfy presubmits
This is a series of whitespace changes to align files created before presubmit checks were enabled to match the presubmit checks that are now in place on master. Test: unit-tests Change-Id: I52e769a3e7e6d390edfa067358a437f342e0e5d5 (cherry picked from commit 11d80256f35ba2995e88b129aaec9d8c7f302b7c)
Diffstat (limited to 'update_manager/policy_test_utils.h')
-rw-r--r--update_manager/policy_test_utils.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/update_manager/policy_test_utils.h b/update_manager/policy_test_utils.h
index 09b2550c..5b93f7b5 100644
--- a/update_manager/policy_test_utils.h
+++ b/update_manager/policy_test_utils.h
@@ -17,6 +17,7 @@
#ifndef UPDATE_ENGINE_UPDATE_MANAGER_POLICY_TEST_UTILS_H_
#define UPDATE_ENGINE_UPDATE_MANAGER_POLICY_TEST_UTILS_H_
+#include <memory>
#include <string>
#include <base/time/time.h>
@@ -32,7 +33,7 @@ namespace chromeos_update_manager {
class UmPolicyTestBase : public ::testing::Test {
protected:
- explicit UmPolicyTestBase() = default;
+ UmPolicyTestBase() = default;
void SetUp() override;
@@ -95,4 +96,4 @@ class UmPolicyTestBase : public ::testing::Test {
} // namespace chromeos_update_manager
-#endif // UPDATE_ENGINE_UPDATE_MANAGER_POLICY_TEST_UTILS_H_ \ No newline at end of file
+#endif // UPDATE_ENGINE_UPDATE_MANAGER_POLICY_TEST_UTILS_H_