| Index: chrome_frame/http_negotiate.cc
|
| diff --git a/chrome_frame/http_negotiate.cc b/chrome_frame/http_negotiate.cc
|
| index 1d33c6c1f2199d3802afe2bb1752fa6a8aeea3d6..962469438e3923808c146d793af2f93991e65332 100644
|
| --- a/chrome_frame/http_negotiate.cc
|
| +++ b/chrome_frame/http_negotiate.cc
|
| @@ -10,8 +10,8 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/string_util.h"
|
| -#include "base/stringprintf.h"
|
| +#include "base/strings/string_util.h"
|
| +#include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome_frame/bho.h"
|
| #include "chrome_frame/exception_barrier.h"
|
|
|