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

Unified Diff: chrome/browser/sync/abstract_profile_sync_service_test.h

Issue 10911073: NOT FOR COMMIT: Add DeviceInfo type and ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More fixes Created 8 years, 3 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/abstract_profile_sync_service_test.h
diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/chrome/browser/sync/abstract_profile_sync_service_test.h
index 32f61b0ba32f9065d16282ceedea911baa450705..7a0f43e53e715a7c1f958714b5a6d7209bff6756 100644
--- a/chrome/browser/sync/abstract_profile_sync_service_test.h
+++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
@@ -34,8 +34,7 @@ class ProfileSyncServiceTestHelper {
static const std::string GetTagForType(syncer::ModelType model_type);
static bool CreateRoot(syncer::ModelType model_type,
- syncer::UserShare* service,
- syncer::TestIdFactory* ids);
+ syncer::UserShare* service);
static syncer::ImmutableChangeRecordList MakeSingletonChangeRecordList(
int64 node_id, syncer::ChangeRecord::Action action);
« no previous file with comments | « no previous file | chrome/browser/sync/abstract_profile_sync_service_test.cc » ('j') | chrome/browser/sync/glue/device_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698