#ifndef CHROME_BROWSER_IMPORTER_PROFILE_WRITER_H_
#define CHROME_BROWSER_IMPORTER_PROFILE_WRITER_H_
#include <string>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "build/build_config.h"
#include "components/favicon_base/favicon_usage_data.h"
#include "components/history/core/browser/history_types.h"
#include "components/search_engines/template_url_service.h"
#include "url/gurl.h"
struct ImportedBookmarkEntry;
class Profile;
namespace autofill {
class AutocompleteEntry;
}
namespace password_manager {
struct PasswordForm;
}
class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> { … };
#endif