Index: chrome/common/component_flash_hint_file_linux.cc |
diff --git a/chrome/common/component_flash_hint_file_linux.cc b/chrome/common/component_flash_hint_file_linux.cc |
index 160c8e83568b213873afaef7f57f1d1d2c27af69..32d856e9d7a887b7587f1af6362054f5f61bbccd 100644 |
--- a/chrome/common/component_flash_hint_file_linux.cc |
+++ b/chrome/common/component_flash_hint_file_linux.cc |
@@ -156,8 +156,8 @@ bool VerifyAndReturnFlashLocation(base::FilePath* path, |
int error_code; |
std::string error_message; |
JSONStringValueDeserializer deserializer(json_string); |
- const scoped_ptr<base::Value> value( |
- deserializer.Deserialize(&error_code, &error_message)); |
+ const scoped_ptr<base::Value> value = |
+ deserializer.Deserialize(&error_code, &error_message); |
if (!value) { |
LOG(ERROR) |