| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index ce73969bdbb9091d2e00114428b8d4c90bfe31f4..5d8fa751a3f24420b60f3a9950304f54ef8cd6ca 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -143,6 +143,7 @@ class DevToolsAgent;
|
| class DocumentState;
|
| class DomAutomationController;
|
| class ExternalPopupMenu;
|
| +class FaviconHelper;
|
| class GeolocationDispatcher;
|
| class InputTagSpeechDispatcher;
|
| class JavaBridgeDispatcher;
|
| @@ -1398,6 +1399,8 @@ class CONTENT_EXPORT RenderViewImpl
|
| // Mouse Lock dispatcher attached to this view.
|
| MouseLockDispatcher* mouse_lock_dispatcher_;
|
|
|
| + FaviconHelper* favicon_helper_;
|
| +
|
| #if defined(OS_ANDROID)
|
| // Android Specific ---------------------------------------------------------
|
|
|
|
|