summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/browser_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/browser_proxy.h')
-rw-r--r--chrome/test/automation/browser_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h
index 7a7846c..4f48e51 100644
--- a/chrome/test/automation/browser_proxy.h
+++ b/chrome/test/automation/browser_proxy.h
@@ -184,7 +184,7 @@ class BrowserProxy : public AutomationResourceProxy {
// Sets the string value of the specified preference.
bool SetStringPreference(const std::wstring& name,
- const std::wstring& value) WARN_UNUSED_RESULT;
+ const std::string& value) WARN_UNUSED_RESULT;
// Gets the boolean value of the specified preference.
bool GetBooleanPreference(const std::wstring& name,