| Index: chrome/test/webdriver/commands/webdriver_command.cc
|
| diff --git a/chrome/test/webdriver/commands/webdriver_command.cc b/chrome/test/webdriver/commands/webdriver_command.cc
|
| index f9935cfce619bcdcd870bbf02171f54cf8674f54..b431c583e1da68539c3d032bc4166ec4c2596767 100644
|
| --- a/chrome/test/webdriver/commands/webdriver_command.cc
|
| +++ b/chrome/test/webdriver/commands/webdriver_command.cc
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/singleton.h"
|
| -#include "base/string_util.h"
|
| -#include "base/stringprintf.h"
|
| +#include "base/strings/string_util.h"
|
| +#include "base/strings/stringprintf.h"
|
| #include "base/values.h"
|
| #include "chrome/test/webdriver/commands/response.h"
|
| #include "chrome/test/webdriver/webdriver_error.h"
|
|
|