| Index: chrome/browser/sync/test_profile_sync_service.h
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
|
| index bffe8a7b51fe78021039d2d27cc20de6c4886bd8..d08e4face7bf3192e5b2f5ee5f003af1fdc84854 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -105,9 +105,7 @@ class TestProfileSyncService : public ProfileSyncService {
|
| const syncer::WeakHandle<syncer::JsBackend>& backend,
|
| bool success) OVERRIDE;
|
|
|
| - virtual void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + virtual void OnConfigureDone() OVERRIDE;
|
|
|
| // We implement our own version to avoid some DCHECKs.
|
| virtual syncer::UserShare* GetUserShare() const OVERRIDE;
|
|
|