summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/test/policy_manager_impl_test_base.cc
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2019-04-29 17:24:27 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2019-04-29 17:24:27 -0400
commit09a161ba3e35c10b3f1b5d6c8a2d17943dbf516a (patch)
tree31d2069a22c9bd5d493498341f958d8d62228823 /src/components/policy/policy_external/test/policy_manager_impl_test_base.cc
parentdc906fbd1b3609c049d96d82f443fb678dd84d6f (diff)
downloadsdl_core-09a161ba3e35c10b3f1b5d6c8a2d17943dbf516a.tar.gz
Run updated style script
Diffstat (limited to 'src/components/policy/policy_external/test/policy_manager_impl_test_base.cc')
-rw-r--r--src/components/policy/policy_external/test/policy_manager_impl_test_base.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/policy/policy_external/test/policy_manager_impl_test_base.cc b/src/components/policy/policy_external/test/policy_manager_impl_test_base.cc
index 13efa39805..82d87cd7ba 100644
--- a/src/components/policy/policy_external/test/policy_manager_impl_test_base.cc
+++ b/src/components/policy/policy_external/test/policy_manager_impl_test_base.cc
@@ -30,17 +30,17 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <string>
-#include <fstream>
#include <stdint.h>
+#include <fstream>
+#include <string>
#include <vector>
#include "policy/policy_manager_impl_test_base.h"
#include "utils/file_system.h"
-#include "utils/gen_hash.h"
#include "json/reader.h"
+#include "utils/gen_hash.h"
#include "policy/mock_pt_ext_representation.h"
@@ -48,10 +48,10 @@ namespace test {
namespace components {
namespace policy_test {
+using ::testing::_;
+using ::testing::ContainerEq;
using ::testing::Return;
using ::testing::ReturnRef;
-using ::testing::ContainerEq;
-using ::testing::_;
// Help functions
char GenRandomChar(char range_from, char range_to) {