#ifndef COMPONENTS_BOOKMARKS_BROWSER_MODEL_LOADER_H_
#define COMPONENTS_BOOKMARKS_BROWSER_MODEL_LOADER_H_
#include <memory>
#include "base/functional/callback_forward.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_refptr.h"
#include "base/synchronization/waitable_event.h"
#include "components/bookmarks/browser/bookmark_client.h"
namespace base {
class FilePath;
class SequencedTaskRunner;
}
namespace bookmarks {
class BookmarkLoadDetails;
class HistoryBookmarkModel;
class ModelLoader : public base::RefCountedThreadSafe<ModelLoader> { … };
}
#endif