| Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| index 25bb06b417061cf2b72d8015475ef694bfdddb28..ee33b8c601b6bdc640a7628541d64014b9373487 100644
|
| --- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| @@ -220,6 +220,8 @@ class WebDataServiceFake : public WebDataService {
|
| }
|
|
|
| private:
|
| + virtual ~WebDataServiceFake() {}
|
| +
|
| void CreateSyncableService() {
|
| ASSERT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::DB));
|
| // These services are deleted in DestroySyncableService().
|
|
|