summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2019-05-01 11:04:51 -0400
committerGitHub <noreply@github.com>2019-05-01 11:04:51 -0400
commit94a46dd9cdbb7b8a281c067f81c188f66cfc6a5d (patch)
tree7159e6a42666bcde4bf8ee29524a43a2761506c9 /src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc
parent3b71054b5ed96df87a6e74800333b0f9de0ae9cd (diff)
parent92a773c828bdde9aeaede217cc442a37d7f516ac (diff)
downloadsdl_core-94a46dd9cdbb7b8a281c067f81c188f66cfc6a5d.tar.gz
Merge pull request #2901 from smartdevicelink/feature/update_style_script
Update style script
Diffstat (limited to 'src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc')
-rw-r--r--src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc b/src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc
index b87598b986..a9c7667ba6 100644
--- a/src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc
+++ b/src/components/policy/policy_external/test/sql_pt_ext_representation_test.cc
@@ -29,27 +29,27 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <vector>
-#include <map>
+#include "policy/sql_pt_ext_representation.h"
#include <algorithm>
-#include <utility>
-#include <string>
-#include <iterator>
#include <iostream>
+#include <iterator>
+#include <map>
+#include <string>
+#include <utility>
+#include <vector>
#include "gtest/gtest.h"
-#include "policy/sql_pt_ext_representation.h"
-#include "utils/gen_hash.h"
-#include "utils/file_system.h"
-#include "sqlite_wrapper/sql_query.h"
-#include "rpc_base/rpc_base.h"
-#include "policy/policy_table/types.h"
#include "policy/mock_policy_settings.h"
+#include "policy/policy_table/types.h"
+#include "rpc_base/rpc_base.h"
+#include "sqlite_wrapper/sql_query.h"
+#include "utils/file_system.h"
+#include "utils/gen_hash.h"
using namespace ::policy;
namespace policy_table = rpc::policy_table_interface_base;
-using std::string;
using std::map;
using std::pair;
+using std::string;
using std::vector;
using testing::ReturnRef;