// components/user_data_importer/mojom/bookmark_html_parser.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_USER_DATA_IMPORTER_MOJOM_BOOKMARK_HTML_PARSER_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_USER_DATA_IMPORTER_MOJOM_BOOKMARK_HTML_PARSER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace user_data_importer::mojom {
namespace messages {


enum class BookmarkHtmlParser : uint32_t {
  kParse = 0,
};

}  // namespace messages

}  // user_data_importer::mojom

#endif  // COMPONENTS_USER_DATA_IMPORTER_MOJOM_BOOKMARK_HTML_PARSER_MOJOM_SHARED_MESSAGE_IDS_H_