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

Unified Diff: src/platform/update_engine/utils_unittest.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
« no previous file with comments | « src/platform/update_engine/utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/update_engine/utils_unittest.cc
diff --git a/src/platform/update_engine/utils_unittest.cc b/src/platform/update_engine/utils_unittest.cc
index 4fee54484b12da9d56bc165d0c3305bf71714031..74f349db1ebe4cc4689b604ed4903b0c6afad17a 100644
--- a/src/platform/update_engine/utils_unittest.cc
+++ b/src/platform/update_engine/utils_unittest.cc
@@ -5,10 +5,12 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <errno.h>
+#include <string>
#include <vector>
#include <gtest/gtest.h>
#include "update_engine/utils.h"
+using std::string;
using std::vector;
namespace chromeos_update_engine {
« no previous file with comments | « src/platform/update_engine/utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698