| Index: chrome/browser/sync/glue/bookmark_model_associator.cc
|
| diff --git a/chrome/browser/sync/glue/bookmark_model_associator.cc b/chrome/browser/sync/glue/bookmark_model_associator.cc
|
| index a51a4711cf76fcc2afd89a395f5cb62fdd29e945..ab29bac17799a204db8ef623ffd3e5a2cc989e08 100644
|
| --- a/chrome/browser/sync/glue/bookmark_model_associator.cc
|
| +++ b/chrome/browser/sync/glue/bookmark_model_associator.cc
|
| @@ -22,8 +22,8 @@
|
| #include "chrome/browser/undo/bookmark_undo_service.h"
|
| #include "chrome/browser/undo/bookmark_undo_service_factory.h"
|
| #include "chrome/browser/undo/bookmark_undo_utils.h"
|
| -#include "components/bookmarks/core/browser/bookmark_client.h"
|
| -#include "components/bookmarks/core/browser/bookmark_model.h"
|
| +#include "components/bookmarks/browser/bookmark_client.h"
|
| +#include "components/bookmarks/browser/bookmark_model.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "sync/api/sync_error.h"
|
| #include "sync/internal_api/public/delete_journal.h"
|
|
|