Index: chrome/browser/sync/glue/bookmark_model_associator.h |
=================================================================== |
--- chrome/browser/sync/glue/bookmark_model_associator.h (revision 110049) |
+++ chrome/browser/sync/glue/bookmark_model_associator.h (working copy) |
@@ -20,15 +20,11 @@ |
namespace sync_api { |
class BaseNode; |
-class BaseTransaction; |
-class ReadNode; |
struct UserShare; |
} |
namespace browser_sync { |
-class BookmarkChangeProcessor; |
- |
// Contains all model association related logic: |
// * Algorithm to associate bookmark model and sync model. |
// * Methods to get a bookmark node for a given sync node and vice versa. |