| Index: chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service_session_unittest.cc (revision 71392)
|
| +++ chrome/browser/sync/profile_sync_service_session_unittest.cc (working copy)
|
| @@ -59,7 +59,7 @@
|
|
|
| ProfileSyncService* sync_service() { return sync_service_.get(); }
|
|
|
| - TestIdFactory* ids() { return &ids_; }
|
| + TestIdFactory* ids() { return sync_service_->id_factory(); }
|
|
|
| protected:
|
| SessionService* service() { return helper_.service(); }
|
| @@ -133,7 +133,6 @@
|
| SessionID window_id_;
|
| ProfileSyncFactoryMock factory_;
|
| scoped_ptr<TestProfileSyncService> sync_service_;
|
| - TestIdFactory ids_;
|
| const gfx::Rect window_bounds_;
|
| bool notified_of_update_;
|
| NotificationRegistrar registrar_;
|
|
|