| Index: chrome/browser/sync/glue/bookmark_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/bookmark_change_processor.cc b/chrome/browser/sync/glue/bookmark_change_processor.cc
|
| index 0e7461944047e14016d826ba82e23e9fff09fdc5..a530f81ccf867c3df39f09246b28ab36414948e7 100644
|
| --- a/chrome/browser/sync/glue/bookmark_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/bookmark_change_processor.cc
|
| @@ -15,6 +15,9 @@
|
| #include "chrome/browser/bookmarks/bookmark_utils.h"
|
| #include "chrome/browser/favicon/favicon_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "chrome/browser/sync/internal_api/read_node.h"
|
| +#include "chrome/browser/sync/internal_api/write_node.h"
|
| +#include "chrome/browser/sync/internal_api/write_transaction.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|