Chromium Code Reviews| Index: android_webview/lib/aw_browser_dependency_factory_impl.h |
| diff --git a/android_webview/lib/aw_browser_dependency_factory_impl.h b/android_webview/lib/aw_browser_dependency_factory_impl.h |
| index 4062bd263996516ef2bd072be8da651e95a70727..8c9737cb7ba1e7d46685cf485206721232bc2697 100644 |
| --- a/android_webview/lib/aw_browser_dependency_factory_impl.h |
| +++ b/android_webview/lib/aw_browser_dependency_factory_impl.h |
| @@ -5,11 +5,11 @@ |
| #ifndef ANDROID_WEBVIEW_LIB_BROWSER_DELEGATE_IMPL_H_ |
| #define ANDROID_WEBVIEW_LIB_BROWSER_DELEGATE_IMPL_H_ |
| -#include "android_webview/native/aw_browser_dependency_factory.h" |
| +#include <memory> |
|
boliu
2016/04/01 00:49:42
ditto
dcheng
2016/04/01 00:58:01
Done.
|
| +#include "android_webview/native/aw_browser_dependency_factory.h" |
| #include "base/compiler_specific.h" |
| #include "base/macros.h" |
| -#include "base/memory/scoped_ptr.h" |
| namespace net { |
| class URLRequestContextGetter; |