| Index: components/nacl/browser/nacl_browser.h
|
| diff --git a/components/nacl/browser/nacl_browser.h b/components/nacl/browser/nacl_browser.h
|
| index 8e3e9eff3f4dac2bfd5bdca2997700f6df82a9c8..21e3ac7504e70c63046beccff483145837f6334e 100644
|
| --- a/components/nacl/browser/nacl_browser.h
|
| +++ b/components/nacl/browser/nacl_browser.h
|
| @@ -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);
|
| };
|
|
|
|
|