Index: chrome/browser/sync/glue/bookmark_model_associator.h |
diff --git a/chrome/browser/sync/glue/bookmark_model_associator.h b/chrome/browser/sync/glue/bookmark_model_associator.h |
index d2828c7af313db064b53a4e389cca3a7352a4e4e..31ade9e95df06a91d57bc1aefa2744bc87ad2911 100644 |
--- a/chrome/browser/sync/glue/bookmark_model_associator.h |
+++ b/chrome/browser/sync/glue/bookmark_model_associator.h |
@@ -78,8 +78,9 @@ class BookmarkModelAssociator |
// Initializes the given sync node from the given bookmark node id. |
// Returns false if no sync node was found for the given bookmark node id or |
// if the initialization of sync node fails. |
- virtual bool InitSyncNodeFromChromeId(const int64& node_id, |
- sync_api::BaseNode* sync_node) OVERRIDE; |
+ virtual bool InitSyncNodeFromChromeId( |
+ const int64& node_id, |
+ sync_api::BaseNode* sync_node) OVERRIDE; |
// Associates the given bookmark node with the given sync id. |
virtual void Associate(const BookmarkNode* node, int64 sync_id) OVERRIDE; |