Index: chrome/browser/apps/drive/drive_app_mapping.cc |
diff --git a/chrome/browser/apps/drive/drive_app_mapping.cc b/chrome/browser/apps/drive/drive_app_mapping.cc |
index ea8fb0f8e5ce6d47f65a199c44f7bcccef7a0f0d..73820535bdd7900597554d58112b40ad9eba6f42 100644 |
--- a/chrome/browser/apps/drive/drive_app_mapping.cc |
+++ b/chrome/browser/apps/drive/drive_app_mapping.cc |
@@ -53,8 +53,8 @@ void DriveAppMapping::Add(const std::string& drive_app_id, |
const std::string& chrome_app_id, |
bool generated) { |
DictionaryPrefUpdate update(prefs_, prefs::kAppLauncherDriveAppMapping); |
- update->SetWithoutPathExpansion( |
- drive_app_id, CreateInfoDict(chrome_app_id, generated).release()); |
+ update->SetWithoutPathExpansion(drive_app_id, |
+ CreateInfoDict(chrome_app_id, generated)); |
} |
void DriveAppMapping::Remove(const std::string& drive_app_id) { |