diff options
Diffstat (limited to 'chrome/browser/sync/glue/bookmark_change_processor.h')
| -rw-r--r-- | chrome/browser/sync/glue/bookmark_change_processor.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/bookmark_change_processor.h b/chrome/browser/sync/glue/bookmark_change_processor.h index 8802716..5f242fd 100644 --- a/chrome/browser/sync/glue/bookmark_change_processor.h +++ b/chrome/browser/sync/glue/bookmark_change_processor.h @@ -9,10 +9,15 @@ #include <vector> #include "chrome/browser/bookmarks/bookmark_model_observer.h" -#include "chrome/browser/sync/engine/syncapi.h" #include "chrome/browser/sync/glue/bookmark_model_associator.h" #include "chrome/browser/sync/glue/change_processor.h" #include "chrome/browser/sync/glue/sync_backend_host.h" +#include "chrome/browser/sync/internal_api/sync_manager.h" + +namespace sync_api { +class WriteNode; +class WriteTransaction; +} // namespace sync_api namespace browser_sync { |
