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

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

Issue 7918001: [Sync] Move ChangeRecord into its own file (change_record.{h,cc}) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 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
« no previous file with comments | « no previous file | chrome/browser/sync/abstract_profile_sync_service_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4c6636950d4d4055221466a6a9c892bda498da6f..adca9581b60b3073afb91c303dfff9b5c8e2567d 100644
--- a/chrome/browser/sync/abstract_profile_sync_service_test.h
+++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
@@ -12,6 +12,7 @@
#include "base/message_loop.h"
#include "base/task.h"
#include "chrome/browser/net/gaia/token_service.h"
+#include "chrome/browser/sync/internal_api/change_record.h"
#include "chrome/browser/sync/profile_sync_factory_mock.h"
#include "chrome/browser/sync/syncable/model_type.h"
#include "content/browser/browser_thread.h"
@@ -35,6 +36,9 @@ class ProfileSyncServiceTestHelper {
static bool CreateRoot(syncable::ModelType model_type,
sync_api::UserShare* service,
browser_sync::TestIdFactory* ids);
+
+ static sync_api::ImmutableChangeRecordList MakeSingletonChangeRecordList(
+ int64 node_id, sync_api::ChangeRecord::Action action);
};
class AbstractProfileSyncServiceTest : public testing::Test {
« no previous file with comments | « no previous file | chrome/browser/sync/abstract_profile_sync_service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698