Commit f8740ba7 authored by kmadhusu@chromium.org's avatar kmadhusu@chromium.org

Added break statement in...

Added break statement in MediaTransferProtocolDaemonClient::FileEntry::InitialFromResponse function.

BUG=none
TEST=none


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153580 0039d316-1c4b-4281-b951-d872f2087c98
parent b3b69ce5
......@@ -545,6 +545,7 @@ void FileEntry::InitializeFromResponse(dbus::Response* response) {
case FILE_TYPE_JPX:
case FILE_TYPE_UNKNOWN:
file_type_ = static_cast<FileType>(file_type);
break;
default:
file_type_ = FILE_TYPE_OTHER;
break;
......
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