| Index: ui/file_manager/file_manager/foreground/js/ui/location_line.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/ui/location_line.js b/ui/file_manager/file_manager/foreground/js/ui/location_line.js
|
| index a92bd7608bf274efb1bd6421022382ee6bc50731..d5e0ff07f0aff055c834092f018deea9542939de 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/ui/location_line.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/ui/location_line.js
|
| @@ -76,6 +76,7 @@ LocationLine.prototype.getComponents_ = function(entry) {
|
| if (locationInfo.rootType === VolumeManagerCommon.RootType.DRIVE_OTHER) {
|
| // When target path is a shared directory, volume should be shared with me.
|
| displayRootUrl = this.replaceRootName_(displayRootUrl, '/other');
|
| + displayRootFullPath = '/other';
|
| var sharedWithMeFakeEntry = locationInfo.volumeInfo.fakeEntries[
|
| VolumeManagerCommon.RootType.DRIVE_SHARED_WITH_ME];
|
| components.push(new LocationLine.PathComponent(
|
|
|