Commit 8fbc32e5 authored by yoshiki@chromium.org's avatar yoshiki@chromium.org

Drive: fix a indent miss.

TBRing becasue of a very trivial changes.

BUG=none
TBR=tbarzic@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10830074

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149098 0039d316-1c4b-4281-b951-d872f2087c98
parent 72a90d0d
...@@ -305,7 +305,7 @@ void FileBrowserEventRouter::MountCompleted( ...@@ -305,7 +305,7 @@ void FileBrowserEventRouter::MountCompleted(
} }
DiskMountManager::Disk* disk = disk_it->second; DiskMountManager::Disk* disk = disk_it->second;
notifications_->ManageNotificationsOnMountCompleted( notifications_->ManageNotificationsOnMountCompleted(
disk->system_path_prefix(), disk->drive_label(), disk->is_parent(), disk->system_path_prefix(), disk->drive_label(), disk->is_parent(),
error_code == chromeos::MOUNT_ERROR_NONE, error_code == chromeos::MOUNT_ERROR_NONE,
error_code == chromeos::MOUNT_ERROR_UNSUPPORTED_FILESYSTEM); error_code == chromeos::MOUNT_ERROR_UNSUPPORTED_FILESYSTEM);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment