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
path: root/editor
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 /editor
parentef265805673726959c73785cee9669c62c29a2bb (diff)
[base] [coding] Moved file_name_utils.{c,h}pp from coding/ to base/.
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_tests/editor_notes_test.cpp3
-rw-r--r--editor/editor_tests/osm_editor_test.cpp2
2 files changed, 2 insertions, 3 deletions
diff --git a/editor/editor_tests/editor_notes_test.cpp b/editor/editor_tests/editor_notes_test.cpp
index fc863e76e7..cd1dfa4e4b 100644
--- a/editor/editor_tests/editor_notes_test.cpp
+++ b/editor/editor_tests/editor_notes_test.cpp
@@ -6,8 +6,7 @@
#include "platform/platform_tests_support/scoped_file.hpp"
-#include "coding/file_name_utils.hpp"
-
+#include "base/file_name_utils.hpp"
#include "base/math.hpp"
using namespace editor;
diff --git a/editor/editor_tests/osm_editor_test.cpp b/editor/editor_tests/osm_editor_test.cpp
index 0d0b283f0e..016ab78e2f 100644
--- a/editor/editor_tests/osm_editor_test.cpp
+++ b/editor/editor_tests/osm_editor_test.cpp
@@ -17,7 +17,7 @@
#include "platform/platform_tests_support/async_gui_thread.hpp"
#include "platform/platform_tests_support/scoped_file.hpp"
-#include "coding/file_name_utils.hpp"
+#include "base/file_name_utils.hpp"
#include <memory>