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

Unified Diff: src/platform/update_engine/download_action.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/download_action.h
diff --git a/src/platform/update_engine/download_action.h b/src/platform/update_engine/download_action.h
index e6939e125e231bc43b9e567753781080a352dc88..d5ec026962141613a40571577592282c2a0b0ec0 100644
--- a/src/platform/update_engine/download_action.h
+++ b/src/platform/update_engine/download_action.h
@@ -9,7 +9,6 @@
#include <sys/stat.h>
#include <fcntl.h>
-#include <map>
#include <string>
#include <curl/curl.h>
@@ -25,9 +24,6 @@
// The Download Action downloads a requested url to a specified path on disk.
// The url and output path are determined by the InstallPlan passed in.
-using std::map;
-using std::string;
-
namespace chromeos_update_engine {
class DownloadAction;
« no previous file with comments | « src/platform/update_engine/delta_diff_generator_unittest.cc ('k') | src/platform/update_engine/download_action_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698