Index: chrome/test/chromedriver/capabilities.h |
diff --git a/chrome/test/chromedriver/capabilities.h b/chrome/test/chromedriver/capabilities.h |
index fceb06c8b53461adf5d0ed77f3f48768389b4220..1fea6336cda29e7295e09cad9ace0e07839e97a7 100644 |
--- a/chrome/test/chromedriver/capabilities.h |
+++ b/chrome/test/chromedriver/capabilities.h |
@@ -32,7 +32,7 @@ class Switches { |
void SetSwitch(const std::string& name); |
void SetSwitch(const std::string& name, const std::string& value); |
- void SetSwitch(const std::string& name, const string16& value); |
+ void SetSwitch(const std::string& name, const base::string16& value); |
void SetSwitch(const std::string& name, const base::FilePath& value); |
// In case of same key, |switches| will override. |