Index: chrome/test/chromedriver/capabilities.cc |
diff --git a/chrome/test/chromedriver/capabilities.cc b/chrome/test/chromedriver/capabilities.cc |
index e9fe8402dea0ab90a76d34c8700672f0568b7c77..a1c86e3928525622d2fca6886f36791acafa92a4 100644 |
--- a/chrome/test/chromedriver/capabilities.cc |
+++ b/chrome/test/chromedriver/capabilities.cc |
@@ -468,6 +468,8 @@ Status ParseChromeOptions( |
Switches::Switches() {} |
+Switches::Switches(const Switches& other) = default; |
+ |
Switches::~Switches() {} |
void Switches::SetSwitch(const std::string& name) { |