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

Unified Diff: src/platform/update_engine/filesystem_copier_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/filesystem_copier_action.cc
diff --git a/src/platform/update_engine/filesystem_copier_action.cc b/src/platform/update_engine/filesystem_copier_action.cc
index 875df9508b2c6742303c6617ce7c2975bc9272c9..f9b6869fc8314115539512e08d957b980b7f31ad 100644
--- a/src/platform/update_engine/filesystem_copier_action.cc
+++ b/src/platform/update_engine/filesystem_copier_action.cc
@@ -9,12 +9,14 @@
#include <fcntl.h>
#include <stdlib.h>
#include <algorithm>
+#include <map>
#include <string>
#include <vector>
#include "update_engine/filesystem_iterator.h"
#include "update_engine/subprocess.h"
#include "update_engine/utils.h"
+using std::map;
using std::min;
using std::string;
using std::vector;
« no previous file with comments | « src/platform/update_engine/filesystem_copier_action.h ('k') | src/platform/update_engine/filesystem_copier_action_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698