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:
Diffstat (limited to 'editor/editor_tests/osm_editor_test.hpp')
-rw-r--r--editor/editor_tests/osm_editor_test.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/editor/editor_tests/osm_editor_test.hpp b/editor/editor_tests/osm_editor_test.hpp
index a0c7829bd5..8382178e63 100644
--- a/editor/editor_tests/osm_editor_test.hpp
+++ b/editor/editor_tests/osm_editor_test.hpp
@@ -5,8 +5,7 @@
#include "generator/generator_tests_support/test_feature.hpp"
#include "generator/generator_tests_support/test_mwm_builder.hpp"
-#include "editor/editable_data_source.hpp"
-
+#include "indexer/data_source.hpp"
#include "indexer/mwm_set.hpp"
#include "storage/country_info_getter.hpp"
@@ -79,7 +78,7 @@ private:
void Cleanup(platform::LocalCountryFile const & map);
bool RemoveMwm(MwmSet::MwmId const & mwmId);
- EditableDataSource m_dataSource;
+ DataSource m_dataSource;
storage::CountryInfoGetterForTesting m_infoGetter;
vector<platform::LocalCountryFile> m_mwmFiles;
};