AU: Gut code for old updater. New protobuf for v2 updater.
Review URL: http://codereview.chromium.org/545072
diff --git a/filesystem_copier_action_unittest.cc b/filesystem_copier_action_unittest.cc
index 6d6f0ad..1e024f1 100644
--- a/filesystem_copier_action_unittest.cc
+++ b/filesystem_copier_action_unittest.cc
@@ -222,7 +222,7 @@
processor.set_delegate(&delegate);
ObjectFeederAction<InstallPlan> feeder_action;
- InstallPlan install_plan(true, "", "", "", "");
+ InstallPlan install_plan(true, "", "", "");
feeder_action.set_obj(install_plan);
FilesystemCopierAction copier_action;
ObjectCollectorAction<InstallPlan> collector_action;
@@ -246,7 +246,7 @@
processor.set_delegate(&delegate);
ObjectFeederAction<InstallPlan> feeder_action;
- InstallPlan install_plan(false, "", "", "", "/some/missing/file/path");
+ InstallPlan install_plan(false, "", "", "/some/missing/file/path");
feeder_action.set_obj(install_plan);
FilesystemCopierAction copier_action;
ObjectCollectorAction<InstallPlan> collector_action;