diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 08a2436c58..611b3e5609 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -453,7 +453,7 @@
android:name="com.mapswithme.maps.ugc.routes.UgcRouteEditSettingsActivity"
android:label="@string/settings"/>
-
+
diff --git a/android/src/com/mapswithme/maps/ugc/route/SendLinkPlaceholderActivity.java b/android/src/com/mapswithme/maps/ugc/routes/SendLinkPlaceholderActivity.java
similarity index 90%
rename from android/src/com/mapswithme/maps/ugc/route/SendLinkPlaceholderActivity.java
rename to android/src/com/mapswithme/maps/ugc/routes/SendLinkPlaceholderActivity.java
index 41389d732c..02ffb34452 100644
--- a/android/src/com/mapswithme/maps/ugc/route/SendLinkPlaceholderActivity.java
+++ b/android/src/com/mapswithme/maps/ugc/routes/SendLinkPlaceholderActivity.java
@@ -1,4 +1,4 @@
-package com.mapswithme.maps.ugc.route;
+package com.mapswithme.maps.ugc.routes;
import android.support.v4.app.Fragment;
diff --git a/android/src/com/mapswithme/maps/ugc/route/SendLinkPlaceholderFragment.java b/android/src/com/mapswithme/maps/ugc/routes/SendLinkPlaceholderFragment.java
similarity index 98%
rename from android/src/com/mapswithme/maps/ugc/route/SendLinkPlaceholderFragment.java
rename to android/src/com/mapswithme/maps/ugc/routes/SendLinkPlaceholderFragment.java
index c289e89b0c..f409477c5f 100644
--- a/android/src/com/mapswithme/maps/ugc/route/SendLinkPlaceholderFragment.java
+++ b/android/src/com/mapswithme/maps/ugc/routes/SendLinkPlaceholderFragment.java
@@ -1,4 +1,4 @@
-package com.mapswithme.maps.ugc.route;
+package com.mapswithme.maps.ugc.routes;
import android.os.Bundle;
import android.support.annotation.NonNull;
diff --git a/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java b/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java
index ad2db0b046..cc5f1d20dd 100644
--- a/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java
+++ b/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java
@@ -32,8 +32,6 @@ import com.mapswithme.maps.bookmarks.data.CatalogTagsGroup;
import com.mapswithme.maps.dialog.AlertDialog;
import com.mapswithme.maps.dialog.AlertDialogCallback;
import com.mapswithme.maps.dialog.ProgressDialogFragment;
-import com.mapswithme.maps.ugc.route.SendLinkPlaceholderActivity;
-import com.mapswithme.maps.ugc.route.SendLinkPlaceholderFragment;
import com.mapswithme.maps.widget.ToolbarController;
import com.mapswithme.util.ConnectionState;
import com.mapswithme.util.UiUtils;