Index: chrome/installer/util/fake_product_state.h |
diff --git a/chrome/installer/util/fake_product_state.h b/chrome/installer/util/fake_product_state.h |
index 27946b744bc388e1c7dd251b811227e2ff7865c8..8b6e866fb3c0b9eda4d9b593a7afc22789e674ff 100644 |
--- a/chrome/installer/util/fake_product_state.h |
+++ b/chrome/installer/util/fake_product_state.h |
@@ -23,7 +23,7 @@ class FakeProductState : public ProductState { |
} |
void clear_usagestats() { has_usagestats_ = false; } |
void SetUninstallProgram(const base::FilePath& setup_exe) { |
- uninstall_command_ = CommandLine(setup_exe); |
+ uninstall_command_ = base::CommandLine(setup_exe); |
} |
void AddUninstallSwitch(const std::string& option) { |
uninstall_command_.AppendSwitch(option); |