#ifndef CHROME_COMMON_IMPORTER_PROFILE_IMPORT_PROCESS_PARAM_TRAITS_H_
#define CHROME_COMMON_IMPORTER_PROFILE_IMPORT_PROCESS_PARAM_TRAITS_H_
#include <string>
#include "base/notreached.h"
#include "chrome/common/importer/importer_data_types.h"
#include "chrome/common/importer/profile_import.mojom.h"
#include "chrome/common/importer/profile_import_process_param_traits_macros.h"
#include "mojo/public/cpp/bindings/enum_traits.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
namespace mojo {
template <>
struct EnumTraits<chrome::mojom::ImportedPasswordForm::Scheme,
importer::ImportedPasswordForm::Scheme> { … };
template <>
struct StructTraits<chrome::mojom::ImportedPasswordFormDataView,
importer::ImportedPasswordForm> { … };
}
#endif