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

Unified Diff: src/platform/update_engine/action_pipe_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/action_pipe.h ('k') | src/platform/update_engine/action_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/update_engine/action_pipe_unittest.cc
diff --git a/src/platform/update_engine/action_pipe_unittest.cc b/src/platform/update_engine/action_pipe_unittest.cc
index 28cf24841179fc00613d460599d418ac07c175a6..b0a96b78e019d22542aaab83f80ab3ed846809b0 100644
--- a/src/platform/update_engine/action_pipe_unittest.cc
+++ b/src/platform/update_engine/action_pipe_unittest.cc
@@ -2,10 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <string>
#include <gtest/gtest.h>
#include "update_engine/action.h"
#include "update_engine/action_pipe.h"
+using std::string;
+
namespace chromeos_update_engine {
using chromeos_update_engine::ActionPipe;
« no previous file with comments | « src/platform/update_engine/action_pipe.h ('k') | src/platform/update_engine/action_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698