diff -r 79859ed3eea9 -r 919f36ff910f widgets/widgetlauncher/src/WidgetLauncher.cpp --- a/widgets/widgetlauncher/src/WidgetLauncher.cpp Tue Aug 31 16:17:46 2010 +0300 +++ b/widgets/widgetlauncher/src/WidgetLauncher.cpp Wed Sep 01 12:28:30 2010 +0100 @@ -21,18 +21,20 @@ // 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 -#include "Browser_platform_variant.hrh" +#endif +#include "browser_platform_variant.hrh" // CONSTANTS #define KUidWidgetOOMPlugin 0x10282855 @@ -209,7 +211,7 @@ TInt bytesAvailaible(0); if (aOperation != WidgetSelect && aOperation != LaunchFullscreen ) { -#ifdef FF_OOM_MONITOR2_COMPONENT +#ifdef BRDO_OOM_MONITOR2_COMPONENT_FF err = monitorSession.RequestOptionalRam(KMemoryToLaunchWidgetUi, KMemoryToLaunchWidgetUi,KUidWidgetOOMPlugin, bytesAvailaible); #else TMemoryInfoV1Buf info;