Chromium Code Reviews| Index: android_webview/native/aw_contents_io_thread_client_impl.h |
| diff --git a/android_webview/native/aw_contents_io_thread_client_impl.h b/android_webview/native/aw_contents_io_thread_client_impl.h |
| index e90375d1584097d17bb1f02fb028510ee8820232..8393c3192ff0dfeeb148d0a7a9fbe97573c01c2e 100644 |
| --- a/android_webview/native/aw_contents_io_thread_client_impl.h |
| +++ b/android_webview/native/aw_contents_io_thread_client_impl.h |
| @@ -5,14 +5,14 @@ |
| #ifndef ANDROID_WEBVIEW_NATIVE_AW_CONTENTS_IO_THREAD_CLIENT_IMPL_H_ |
| #define ANDROID_WEBVIEW_NATIVE_AW_CONTENTS_IO_THREAD_CLIENT_IMPL_H_ |
| -#include "android_webview/browser/aw_contents_io_thread_client.h" |
| - |
| #include <stdint.h> |
| +#include <memory> |
|
boliu
2016/04/01 00:49:42
ditto..
Actually not quite. Might break aw_web_co
dcheng
2016/04/01 00:58:01
Done. We'll see, if it breaks, aw_web_contents_del
|
| + |
| +#include "android_webview/browser/aw_contents_io_thread_client.h" |
| #include "base/android/scoped_java_ref.h" |
| #include "base/compiler_specific.h" |
| #include "base/macros.h" |
| -#include "base/memory/scoped_ptr.h" |
| class GURL; |