Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1678)

Unified Diff: chrome/installer/util/copy_reg_key_work_item.cc

Issue 7946003: C++ Readability for grt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Trimmed down Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/util/copy_reg_key_work_item.cc
diff --git a/chrome/installer/util/copy_reg_key_work_item.cc b/chrome/installer/util/copy_reg_key_work_item.cc
index a0d2b1fefe5c07a816be23124011d3614f11d319..523163dd9e617d3fc4c9f1c415da07cd9dc707be 100644
--- a/chrome/installer/util/copy_reg_key_work_item.cc
+++ b/chrome/installer/util/copy_reg_key_work_item.cc
@@ -98,3 +98,4 @@ void CopyRegKeyWorkItem::Rollback() {
if (!backup_.WriteTo(predefined_root_, dest_key_path_.c_str()))
LOG(ERROR) << "Failed to restore key in rollback.";
}
+

Powered by Google App Engine
This is Rietveld 408576698