Index: chrome/installer/util/install_util.cc |
=================================================================== |
--- chrome/installer/util/install_util.cc (revision 76747) |
+++ chrome/installer/util/install_util.cc (working copy) |
@@ -203,8 +203,8 @@ |
VLOG(1) << "Deleting registry key " << key_path; |
LONG result = root_key.DeleteKey(key_path.c_str()); |
if (result != ERROR_SUCCESS && result != ERROR_FILE_NOT_FOUND) { |
- PLOG(ERROR) << "Failed to delete registry key: " << key_path |
- << " error: " << result; |
+ LOG(ERROR) << "Failed to delete registry key: " << key_path |
+ << " error: " << result; |
return false; |
} |
return true; |