| Index: webkit/browser/appcache/appcache_host.cc
|
| diff --git a/webkit/browser/appcache/appcache_host.cc b/webkit/browser/appcache/appcache_host.cc
|
| index 8eb0397601803cae0c857c7e795e84cc69b16e2a..efd8ce4f6a417b19d6a2f3108c4496dd44a2da85 100644
|
| --- a/webkit/browser/appcache/appcache_host.cc
|
| +++ b/webkit/browser/appcache/appcache_host.cc
|
| @@ -5,8 +5,8 @@
|
| #include "webkit/browser/appcache/appcache_host.h"
|
|
|
| #include "base/logging.h"
|
| -#include "base/string_util.h"
|
| -#include "base/stringprintf.h"
|
| +#include "base/strings/string_util.h"
|
| +#include "base/strings/stringprintf.h"
|
| #include "net/url_request/url_request.h"
|
| #include "webkit/browser/appcache/appcache.h"
|
| #include "webkit/browser/appcache/appcache_backend_impl.h"
|
|
|