equal
deleted
inserted
replaced
21 // INCLUDES |
21 // INCLUDES |
22 #include "BrowserFaviconHandler.h" |
22 #include "BrowserFaviconHandler.h" |
23 #include "ApiProvider.h" |
23 #include "ApiProvider.h" |
24 #include "BrowserUtil.h" |
24 #include "BrowserUtil.h" |
25 #include <e32base.h> |
25 #include <e32base.h> |
26 #include <BrCtlDefs.h> |
26 #include <brctldefs.h> |
27 #include <fbs.h> |
27 #include <fbs.h> |
28 #include <MdaImageConverter.h> |
28 #include <MdaImageConverter.h> |
29 #include <FavouritesItemList.h> |
29 #include <favouritesitemlist.h> |
30 #include <FavouritesItem.h> |
30 #include <favouritesitem.h> |
31 |
31 |
32 // number of favicons to get before redrawing |
32 // number of favicons to get before redrawing |
33 const TInt KNumFaviconsToRedraw = 3 ; |
33 const TInt KNumFaviconsToRedraw = 3 ; |
34 |
34 |
35 // ---------------------------------------------------------------------------- |
35 // ---------------------------------------------------------------------------- |