diff -r 786160610b4d -r afcd8e6d025b ginebra2/mostvisitedpageview.h --- a/ginebra2/mostvisitedpageview.h Wed Sep 01 13:56:21 2010 -0400 +++ b/ginebra2/mostvisitedpageview.h Fri Sep 17 12:11:40 2010 -0400 @@ -23,12 +23,16 @@ #include "ChromeSnippet.h" #include "ChromeWidget.h" +//space left between MVP and toolbar +const int KSpaceToolbarMVP = 5; + namespace WRT { class WrtBrowserContainer; } namespace GVA { +class ExternalEventCharm; class LinearFlowSnippet; class MostVisitedPagesWidget : public ChromeItem @@ -69,5 +73,6 @@ GVA::LinearFlowSnippet *m_flowInterface; int m_selectIndex; bool m_hideOnClose; + ExternalEventCharm *m_externalEventCharm; }; }