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

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

Issue 551132: AU: Extent writer utility classes (Closed)
Patch Set: fixes for review Created 10 years, 11 months 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 cd17ec1fdf52f92289b08d012b6ae2a0dc1f0a1d..bba3ed1b68215729893fb5db046f3a19d39f048f 100644
--- a/src/platform/update_engine/test_utils.h
+++ b/src/platform/update_engine/test_utils.h
@@ -44,6 +44,8 @@ inline int System(const std::string& cmd) {
return system(cmd.c_str());
}
+void FillWithData(std::vector<char>* buffer);
+
namespace {
// 300 byte pseudo-random string. Not null terminated.
// This does not gzip compress well.

Powered by Google App Engine
This is Rietveld 408576698