widgets/widgetlauncher/src/WidgetLauncher.cpp
branchRCL_3
changeset 48 79859ed3eea9
parent 35 1f3c3f2f5b0a
child 49 919f36ff910f
--- 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 <APACMDLN.H>
+#include <apacmdln.h>
 #include <s32mem.h>
 #include <e32std.h>
 #include <e32base.h>
 #include <f32file.h>
 #include <apgcli.h>
-#include <W32STD.H>
-#include <APGTASK.H>
+#include <w32std.h>
+#include <apgtask.h>
 #include <oommonitorsession.h>
 #include <e32property.h>
-#ifndef BRDO_OOM_MONITOR2_COMPONENT_FF 
 #include <systemwarninglevels.hrh>
-#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;