Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / printing / cloud_print / cloud_print_proxy_service.h
index 7155015..cef60be 100644 (file)
@@ -96,8 +96,6 @@ class CloudPrintProxyService : public KeyedService {
   // Virtual for testing.
   virtual ServiceProcessControl* GetServiceProcessControl();
 
-  base::WeakPtrFactory<CloudPrintProxyService> weak_factory_;
-
   // For watching for connector policy changes.
   PrefChangeRegistrar pref_change_registrar_;
 
@@ -105,6 +103,8 @@ class CloudPrintProxyService : public KeyedService {
   // once successful.
   bool enforcing_connector_policy_;
 
+  base::WeakPtrFactory<CloudPrintProxyService> weak_factory_;
+
   DISALLOW_COPY_AND_ASSIGN(CloudPrintProxyService);
 };