Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / nacl / browser / nacl_browser.h
index 8e3e9ef..21e3ac7 100644 (file)
@@ -170,8 +170,6 @@ class NaClBrowser {
   void MarkValidationCacheAsModified();
   void PersistValidationCache();
 
-  // Singletons get destroyed at shutdown.
-  base::WeakPtrFactory<NaClBrowser> weak_factory_;
 
   base::File irt_file_;
   base::FilePath irt_filepath_;
@@ -200,6 +198,9 @@ class NaClBrowser {
 
   std::deque<base::Time> crash_times_;
 
+  // Singletons get destroyed at shutdown.
+  base::WeakPtrFactory<NaClBrowser> weak_factory_;
+
   DISALLOW_COPY_AND_ASSIGN(NaClBrowser);
 };