summaryrefslogtreecommitdiff
path: root/src/components/policy/test/include
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-03-24 10:13:18 +0200
committerKozoriz <kozorizandriy@gmail.com>2016-03-31 19:45:44 +0300
commit0881fce59b5455883283574b52af07556ee558d1 (patch)
tree7c6755e51749551398bc98b78b0d33e526d507f7 /src/components/policy/test/include
parente3d47f6bc697af0b8593550389e82b5f2d01cb23 (diff)
downloadsdl_core-0881fce59b5455883283574b52af07556ee558d1.tar.gz
Changes after review
Fixed LastState tests SharedPtr changed to auto_ptr in some cases Corrected consts in some cases
Diffstat (limited to 'src/components/policy/test/include')
-rw-r--r--src/components/policy/test/include/mock_app_stopwatch.h2
-rw-r--r--src/components/policy/test/include/mock_statistics_manager.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/policy/test/include/mock_app_stopwatch.h b/src/components/policy/test/include/mock_app_stopwatch.h
index 317649a8bb..de34e9e3c4 100644
--- a/src/components/policy/test/include/mock_app_stopwatch.h
+++ b/src/components/policy/test/include/mock_app_stopwatch.h
@@ -34,7 +34,7 @@
#include "gmock/gmock.h"
#include "usage_statistics/app_stopwatch.h"
-#include "usage_statistics/statistics_manager.h"
+#include "policy/usage_statistics/statistics_manager.h"
namespace test {
namespace components {
diff --git a/src/components/policy/test/include/mock_statistics_manager.h b/src/components/policy/test/include/mock_statistics_manager.h
index 86d944468e..e58adea124 100644
--- a/src/components/policy/test/include/mock_statistics_manager.h
+++ b/src/components/policy/test/include/mock_statistics_manager.h
@@ -34,7 +34,7 @@
#include <string>
#include "gmock/gmock.h"
-#include "usage_statistics/statistics_manager.h"
+#include "policy/usage_statistics/statistics_manager.h"
namespace test {
namespace components {