| Index: chrome/test/webdriver/commands/cookie_commands.cc
|
| diff --git a/chrome/test/webdriver/commands/cookie_commands.cc b/chrome/test/webdriver/commands/cookie_commands.cc
|
| index 8c5d8e15da9c38a0387567578564b302ef7c2904..afe44fcf4849a69cab15ebf2e56db06f8379d84b 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"
|
|
|