| 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..ed58275acefe59a070573595258436928a9583b5 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,12 @@
|
| #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 "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;
|
|
|
|
|