| Index: chrome/browser/first_run/first_run.cc
|
| ===================================================================
|
| --- chrome/browser/first_run/first_run.cc (revision 181040)
|
| +++ chrome/browser/first_run/first_run.cc (working copy)
|
| @@ -90,7 +90,7 @@
|
|
|
| private:
|
| // Private ctor forces it to be created only in the heap.
|
| - ~FirstRunDelayedTasks() {}
|
| + virtual ~FirstRunDelayedTasks() {}
|
|
|
| // The extension work is to basically trigger an extension update check.
|
| // If the extension specified in the master pref is older than the live
|
|
|