| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 0915a97aec6809c408cb2c6683b08fb64725f238..416fee791a5a8f1c912fe675749f8780d42da76b 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -47,7 +47,6 @@
|
| #include "public/web/WebInputEvent.h"
|
| #include "public/web/WebNavigationPolicy.h"
|
| #include "public/web/WebView.h"
|
| -#include "web/BackForwardClientImpl.h"
|
| #include "web/ChromeClientImpl.h"
|
| #include "web/ContextMenuClientImpl.h"
|
| #include "web/DragClientImpl.h"
|
| @@ -612,7 +611,6 @@ private:
|
| DragClientImpl m_dragClientImpl;
|
| EditorClientImpl m_editorClientImpl;
|
| InspectorClientImpl m_inspectorClientImpl;
|
| - BackForwardClientImpl m_backForwardClientImpl;
|
| SpellCheckerClientImpl m_spellCheckerClientImpl;
|
| StorageClientImpl m_storageClientImpl;
|
|
|
|
|