Upstream version 11.39.256.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / application_component.h
index 667bd5d..4d16780 100644 (file)
@@ -10,7 +10,7 @@
 
 namespace xwalk {
 
-class RuntimeContext;
+class XWalkBrowserContext;
 
 namespace application {
 class ApplicationSystem;
@@ -21,7 +21,7 @@ class ApplicationSystem;
 // Applications being launched.
 class ApplicationComponent : public XWalkComponent {
  public:
-  explicit ApplicationComponent(RuntimeContext* runtime_context);
+  explicit ApplicationComponent(XWalkBrowserContext* browser_context);
   virtual ~ApplicationComponent();
 
   // Used by Android since extensions for Application are not supported there.