diff -r e1bea15f9a39 -r 79859ed3eea9 widgets/widgetlauncher/src/WidgetLauncher.cpp --- a/widgets/widgetlauncher/src/WidgetLauncher.cpp Thu Aug 19 10:58:56 2010 +0300 +++ b/widgets/widgetlauncher/src/WidgetLauncher.cpp Tue Aug 31 16:17:46 2010 +0300 @@ -21,20 +21,18 @@ // INCLUDE FILES #include "widgetappdefs.rh" -#include +#include #include #include #include #include #include -#include -#include +#include +#include #include #include -#ifndef BRDO_OOM_MONITOR2_COMPONENT_FF #include -#endif -#include "browser_platform_variant.hrh" +#include "Browser_platform_variant.hrh" // CONSTANTS #define KUidWidgetOOMPlugin 0x10282855 @@ -211,7 +209,7 @@ TInt bytesAvailaible(0); if (aOperation != WidgetSelect && aOperation != LaunchFullscreen ) { -#ifdef BRDO_OOM_MONITOR2_COMPONENT_FF +#ifdef FF_OOM_MONITOR2_COMPONENT err = monitorSession.RequestOptionalRam(KMemoryToLaunchWidgetUi, KMemoryToLaunchWidgetUi,KUidWidgetOOMPlugin, bytesAvailaible); #else TMemoryInfoV1Buf info;