diff options
Diffstat (limited to 'prefs_unittest.cc')
-rw-r--r-- | prefs_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs_unittest.cc b/prefs_unittest.cc index 0c81b921..18633e10 100644 --- a/prefs_unittest.cc +++ b/prefs_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/prefs.h" + #include <inttypes.h> #include <string> @@ -12,8 +14,6 @@ #include <base/strings/stringprintf.h> #include <gtest/gtest.h> -#include "update_engine/prefs.h" - using std::string; namespace chromeos_update_engine { |