| Index: chrome/test/webdriver/http_response.cc
|
| diff --git a/chrome/test/webdriver/http_response.cc b/chrome/test/webdriver/http_response.cc
|
| index d07a6b307ab01114604972b608172bbc6817ba54..d89795e6e2eabc79c16bc697e87725b56a057035 100644
|
| --- a/chrome/test/webdriver/http_response.cc
|
| +++ b/chrome/test/webdriver/http_response.cc
|
| @@ -5,8 +5,8 @@
|
| #include "chrome/test/webdriver/http_response.h"
|
|
|
| #include "base/format_macros.h"
|
| -#include "base/string_util.h"
|
| -#include "base/stringprintf.h"
|
| +#include "base/strings/string_util.h"
|
| +#include "base/strings/stringprintf.h"
|
|
|
| namespace webdriver {
|
|
|
|
|