| Index: chrome/browser/sync/glue/bookmark_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/bookmark_change_processor.h b/chrome/browser/sync/glue/bookmark_change_processor.h
|
| index dbb67f7e9ca6bbc803e4f06ffef08bc9815d2e4c..5234b8fb81a565de4d4271aa821d3e1145edbc9d 100644
|
| --- a/chrome/browser/sync/glue/bookmark_change_processor.h
|
| +++ b/chrome/browser/sync/glue/bookmark_change_processor.h
|
| @@ -10,8 +10,8 @@
|
| #include "base/compiler_specific.h"
|
| #include "chrome/browser/sync/glue/bookmark_model_associator.h"
|
| #include "chrome/browser/sync/glue/sync_backend_host.h"
|
| -#include "components/bookmarks/core/browser/bookmark_model_observer.h"
|
| -#include "components/bookmarks/core/browser/bookmark_node.h"
|
| +#include "components/bookmarks/browser/bookmark_model_observer.h"
|
| +#include "components/bookmarks/browser/bookmark_node.h"
|
| #include "components/sync_driver/change_processor.h"
|
| #include "components/sync_driver/data_type_error_handler.h"
|
|
|
|
|