Index: chrome/test/automation/proxy_launcher.h |
diff --git a/chrome/test/automation/proxy_launcher.h b/chrome/test/automation/proxy_launcher.h |
index d306a334fd87ba5fbbb3fbd77de186dcb789df1f..640385beee2045ddc4de719138ceaa24618831db 100644 |
--- a/chrome/test/automation/proxy_launcher.h |
+++ b/chrome/test/automation/proxy_launcher.h |
@@ -108,7 +108,7 @@ class ProxyLauncher { |
// Check that no processes related to Chrome exist, displaying |
// the given message if any do. |
- void AssertAppNotRunning(const std::wstring& error_message); |
+ void AssertAppNotRunning(const std::string& error_message); |
// Wait for the browser process to shut down on its own (i.e. as a result of |
// some action that your test has taken). If it has exited within |timeout|, |