#ifndef CHROME_COMMON_IMPORTER_IMPORTER_BRIDGE_H_
#define CHROME_COMMON_IMPORTER_IMPORTER_BRIDGE_H_
#include <string>
#include <vector>
#include "base/memory/ref_counted.h"
#include "build/build_config.h"
#include "chrome/common/importer/importer_data_types.h"
#include "chrome/common/importer/importer_url_row.h"
#include "components/favicon_base/favicon_usage_data.h"
class GURL;
struct ImportedBookmarkEntry;
struct ImporterAutofillFormDataEntry;
namespace importer {
struct SearchEngineInfo;
}
class ImporterBridge : public base::RefCountedThreadSafe<ImporterBridge> { … };
#endif