Index: chrome/test/chromedriver/capabilities.cc |
diff --git a/chrome/test/chromedriver/capabilities.cc b/chrome/test/chromedriver/capabilities.cc |
index 0d2fb8e9a92a88ed5de556ca7398014b8ac32f27..adae250be11f5cdc9deab5af6732a460b447a9c0 100644 |
--- a/chrome/test/chromedriver/capabilities.cc |
+++ b/chrome/test/chromedriver/capabilities.cc |
@@ -315,7 +315,7 @@ void Switches::SetSwitch(const std::string& name, const std::string& value) { |
#endif |
} |
-void Switches::SetSwitch(const std::string& name, const string16& value) { |
+void Switches::SetSwitch(const std::string& name, const base::string16& value) { |
#if defined(OS_WIN) |
switch_map_[name] = value; |
#else |