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

Unified Diff: sync/test/engine/test_syncable_utils.h

Issue 11474036: Remove initial_sync_ended bits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another rebase Created 8 years 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 | « sync/syncable/syncable_unittest.cc ('k') | sync/test/engine/test_syncable_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/test_syncable_utils.h
diff --git a/sync/test/engine/test_syncable_utils.h b/sync/test/engine/test_syncable_utils.h
index 5076ebbfa048d5e51f161338fb13883803f9a917..7f162f70fc0badd97d7356e00cc5611cc0dbd352 100644
--- a/sync/test/engine/test_syncable_utils.h
+++ b/sync/test/engine/test_syncable_utils.h
@@ -10,11 +10,15 @@
#include <string>
+#include "sync/internal_api/public/base/model_type.h"
+
namespace syncer {
namespace syncable {
class BaseTransaction;
+class Directory;
class Id;
+class WriteTransaction;
// Count the number of entries with a given name inside of a parent.
// Useful to check folder structure and for porting older tests that
@@ -34,6 +38,10 @@ Id GetOnlyEntryWithName(BaseTransaction* rtrans,
const syncable::Id& parent_id,
const std::string& name);
+void CreateTypeRoot(WriteTransaction* trans,
+ syncable::Directory *dir,
+ ModelType type);
+
} // namespace syncable
} // namespace syncer
« no previous file with comments | « sync/syncable/syncable_unittest.cc ('k') | sync/test/engine/test_syncable_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698