| Index: android_webview/browser/aw_content_browser_client.h
|
| diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h
|
| index 58447113a352e51752c330d88bf15d938663b6c8..4e0f86dc518d82b891b9d07445ac5818c06b6347 100644
|
| --- a/android_webview/browser/aw_content_browser_client.h
|
| +++ b/android_webview/browser/aw_content_browser_client.h
|
| @@ -9,7 +9,6 @@
|
|
|
| #include <memory>
|
|
|
| -#include "android_webview/browser/aw_web_preferences_populater.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| @@ -140,7 +139,6 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
|
| // Android WebView currently has a single global (non-off-the-record) browser
|
| // context.
|
| std::unique_ptr<AwBrowserContext> browser_context_;
|
| - std::unique_ptr<AwWebPreferencesPopulater> preferences_populater_;
|
|
|
| JniDependencyFactory* native_factory_;
|
|
|
|
|