Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: chrome/browser/sync/profile_sync_service_session_unittest.cc

Issue 6249006: Turn password sync on by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698