| Index: content/renderer/fetchers/web_url_loader_client_impl.h
|
| diff --git a/content/renderer/fetchers/web_url_loader_client_impl.h b/content/renderer/fetchers/web_url_loader_client_impl.h
|
| index 70fb7da405851be41d15a26ad6ff520b1b006164..f15d0a0c40ab94a4779605e675a54d392c4913bc 100644
|
| --- a/content/renderer/fetchers/web_url_loader_client_impl.h
|
| +++ b/content/renderer/fetchers/web_url_loader_client_impl.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include <stdint.h>
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "third_party/WebKit/public/platform/WebURLLoaderClient.h"
|
| #include "third_party/WebKit/public/platform/WebURLResponse.h"
|
|
|
|
|