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

Unified Diff: src/platform/update_engine/test_utils.h

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/test_utils.h
diff --git a/src/platform/update_engine/test_utils.h b/src/platform/update_engine/test_utils.h
index 6274a22b3466ee96fda9224a7a6ea1cfb3b0ffa2..cd17ec1fdf52f92289b08d012b6ae2a0dc1f0a1d 100644
--- a/src/platform/update_engine/test_utils.h
+++ b/src/platform/update_engine/test_utils.h
@@ -88,7 +88,7 @@ const unsigned char kRandomString[] = {
0xbe, 0x9f, 0xa3, 0x5d
};
-const string kMountPath("/tmp/UpdateEngineTests_mnt");
+const char* const kMountPath = "/tmp/UpdateEngineTests_mnt";
} // namespace {}
// Creates an ext image with some files in it. The paths creates are
« no previous file with comments | « src/platform/update_engine/postinstall_runner_action_unittest.cc ('k') | src/platform/update_engine/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698