| Index: webkit/renderer/appcache/web_application_cache_host_impl.cc
|
| diff --git a/webkit/renderer/appcache/web_application_cache_host_impl.cc b/webkit/renderer/appcache/web_application_cache_host_impl.cc
|
| index f531674afca29ebea8682c67d17cc0edaf44bb65..3b8f70fe2f611ae6dd7a0b9fb269800f3cabd4d0 100644
|
| --- a/webkit/renderer/appcache/web_application_cache_host_impl.cc
|
| +++ b/webkit/renderer/appcache/web_application_cache_host_impl.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/id_map.h"
|
| -#include "base/string_util.h"
|
| -#include "base/stringprintf.h"
|
| +#include "base/strings/string_util.h"
|
| +#include "base/strings/stringprintf.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDataSource.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
| #include "third_party/WebKit/public/platform/WebURL.h"
|
|
|