Index: chrome/browser/sync/glue/typed_url_model_associator.h |
diff --git a/chrome/browser/sync/glue/typed_url_model_associator.h b/chrome/browser/sync/glue/typed_url_model_associator.h |
index ae4c5c180ae852625047727676f8e4f10132f2e1..b88f6e7be653a72400f65006a838fff17097bbe1 100644 |
--- a/chrome/browser/sync/glue/typed_url_model_associator.h |
+++ b/chrome/browser/sync/glue/typed_url_model_associator.h |
@@ -149,6 +149,12 @@ class TypedUrlModelAssociator |
std::vector<history::VisitInfo>* new_visits, |
history::VisitVector* removed_visits); |
+ // Converts the passed URL information to a TypedUrlSpecifics structure for |
+ // writing to the sync DB |
+ static void WriteToTypedUrlSpecifics(const history::URLRow& url, |
+ const history::VisitVector& visits, |
+ sync_pb::TypedUrlSpecifics* specifics); |
+ |
// Updates the passed |url_row| based on the values in |specifics|. Fields |
// that are not contained in |specifics| (such as typed_count) are left |
// unchanged. |