--- a/widgets/widgetlauncher/src/WidgetLauncher.cpp Fri Mar 12 15:48:51 2010 +0200
+++ b/widgets/widgetlauncher/src/WidgetLauncher.cpp Mon Mar 15 12:44:50 2010 +0200
@@ -31,7 +31,7 @@
#include <APGTASK.H>
#include <oommonitorsession.h>
#include <e32property.h>
-#ifndef FF_OOM_MONITOR2_COMPONENT
+#ifndef BRDO_OOM_MONITOR2_COMPONENT_FF
#include <systemwarninglevels.hrh>
#endif
#include "browser_platform_variant.hrh"
@@ -211,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;