diff options
Diffstat (limited to 'chrome/test/webdriver/commands/cookie_commands.cc')
-rw-r--r-- | chrome/test/webdriver/commands/cookie_commands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/webdriver/commands/cookie_commands.cc b/chrome/test/webdriver/commands/cookie_commands.cc index 8c5d8e1..afe44fcf 100644 --- a/chrome/test/webdriver/commands/cookie_commands.cc +++ b/chrome/test/webdriver/commands/cookie_commands.cc @@ -8,8 +8,8 @@ #include <vector> #include "base/memory/scoped_ptr.h" -#include "base/string_split.h" #include "base/string_util.h" +#include "base/strings/string_split.h" #include "base/values.h" #include "chrome/test/webdriver/commands/response.h" #include "chrome/test/webdriver/webdriver_session.h" |