Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / components / policy / core / browser / browser_policy_connector.h
index 38b9cea..2c4307d 100644 (file)
@@ -103,7 +103,7 @@ class POLICY_EXPORT BrowserPolicyConnector {
   // Builds an uninitialized BrowserPolicyConnector.
   // Init() should be called to create and start the policy components.
   explicit BrowserPolicyConnector(
-      scoped_ptr<ConfigurationPolicyHandlerList> handler_list);
+      const HandlerListFactory& handler_list_factory);
 
   // Helper for the public Init() that must be called by subclasses.
   void Init(PrefService* local_state,