| Index: chrome/browser/android/provider/bookmark_model_observer_task.h
|
| diff --git a/chrome/browser/android/provider/bookmark_model_observer_task.h b/chrome/browser/android/provider/bookmark_model_observer_task.h
|
| index ce83f9e26a6351a8dfd982bef7bd45fd975e0317..8c00f467c330fffeed6eaf6883c08023d499129d 100644
|
| --- a/chrome/browser/android/provider/bookmark_model_observer_task.h
|
| +++ b/chrome/browser/android/provider/bookmark_model_observer_task.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/bookmarks/bookmark_model_observer.h"
|
| +#include "components/bookmarks/core/browser/bookmark_model_observer.h"
|
|
|
| // Base class for synchronous tasks that involve the bookmark model.
|
| // Ensures the model has been loaded before accessing it.
|
|
|