| Index: chrome/profile_import/profile_import_thread.h
|
| diff --git a/chrome/profile_import/profile_import_thread.h b/chrome/profile_import/profile_import_thread.h
|
| index f780cc52e852ca27079683fab0b9cd5e4bbce4b7..e3335bc9acb4fbda354c6155756c175e25476563 100644
|
| --- a/chrome/profile_import/profile_import_thread.h
|
| +++ b/chrome/profile_import/profile_import_thread.h
|
| @@ -28,7 +28,7 @@ class InProcessImporterBridge;
|
| class ProfileImportThread : public ChildThread {
|
| public:
|
| ProfileImportThread();
|
| - virtual ~ProfileImportThread() {}
|
| + virtual ~ProfileImportThread();
|
|
|
| // Returns the one profile import thread.
|
| static ProfileImportThread* current() {
|
|
|