Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2019-05-20 18:53:57 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2019-05-21 13:40:48 +0300
commit17a02d356057c2981c1d136a6e16b426be81d957 (patch)
tree8a433d692f467d7930de9666e611823d2fe021e0 /local_ads
parentef265805673726959c73785cee9669c62c29a2bb (diff)
[base] [coding] Moved file_name_utils.{c,h}pp from coding/ to base/.
Diffstat (limited to 'local_ads')
-rw-r--r--local_ads/local_ads_tests/file_helpers_tests.cpp2
-rw-r--r--local_ads/local_ads_tests/statistics_tests.cpp2
-rw-r--r--local_ads/statistics.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/local_ads/local_ads_tests/file_helpers_tests.cpp b/local_ads/local_ads_tests/file_helpers_tests.cpp
index 408b677abf..0a337e612c 100644
--- a/local_ads/local_ads_tests/file_helpers_tests.cpp
+++ b/local_ads/local_ads_tests/file_helpers_tests.cpp
@@ -2,7 +2,7 @@
#include "local_ads/file_helpers.hpp"
-#include "coding/file_name_utils.hpp"
+#include "base/file_name_utils.hpp"
#include "platform/platform_tests_support/scoped_file.hpp"
diff --git a/local_ads/local_ads_tests/statistics_tests.cpp b/local_ads/local_ads_tests/statistics_tests.cpp
index ab5523fc3e..0bcee34d7b 100644
--- a/local_ads/local_ads_tests/statistics_tests.cpp
+++ b/local_ads/local_ads_tests/statistics_tests.cpp
@@ -2,7 +2,7 @@
#include "local_ads/statistics.hpp"
-#include "coding/file_name_utils.hpp"
+#include "base/file_name_utils.hpp"
namespace
{
diff --git a/local_ads/statistics.cpp b/local_ads/statistics.cpp
index 2ebab84772..9a9d6d6a3b 100644
--- a/local_ads/statistics.cpp
+++ b/local_ads/statistics.cpp
@@ -6,7 +6,6 @@
#include "platform/network_policy.hpp"
#include "platform/platform.hpp"
-#include "coding/file_name_utils.hpp"
#include "coding/file_writer.hpp"
#include "coding/point_coding.hpp"
#include "coding/sha1.hpp"
@@ -18,6 +17,7 @@
#include "base/assert.hpp"
#include "base/exception.hpp"
+#include "base/file_name_utils.hpp"
#include "base/logging.hpp"
#include "base/string_utils.hpp"