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

Unified Diff: src/platform/update_engine/postinstall_runner_action.cc

Issue 492008: AU: Try delta updates first, then full updates (Closed)
Patch Set: use mkstemp Created 11 years 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: src/platform/update_engine/postinstall_runner_action.cc
diff --git a/src/platform/update_engine/postinstall_runner_action.cc b/src/platform/update_engine/postinstall_runner_action.cc
index 4122860739d0d95ca40142916aa2499270c29bfd..98de1bd0e4149b39ee39cdcf2d2a32f9fb81062c 100644
--- a/src/platform/update_engine/postinstall_runner_action.cc
+++ b/src/platform/update_engine/postinstall_runner_action.cc
@@ -12,7 +12,7 @@ namespace chromeos_update_engine {
using std::string;
namespace {
-const string kMountPath(utils::kStatefulPartition + "/au_destination");
+const string kMountPath(string(utils::kStatefulPartition) + "/au_destination");
const string kPostinstallScript("/postinst");
}

Powered by Google App Engine
This is Rietveld 408576698