// Generated by the proto_extras plugin. DO NOT EDIT!
// source: components/personal_context/proto/features/at_memory.proto

#ifndef COMPONENTS_PERSONAL_CONTEXT_PROTO_FEATURES_AT_MEMORY_EQUAL_H_
#define COMPONENTS_PERSONAL_CONTEXT_PROTO_FEATURES_AT_MEMORY_EQUAL_H_



namespace personal_context {
namespace proto {
class AtMemoryQueryRequest;
class AtMemoryQueryResponse;
class AtMemorySearchResult;
class Attribute;
class AutofillFetchPlan;
class AutofillFetchSpecification;
class AutofillFetchSpecification_Filter;
class AutofillFetchSpecification_StringFilter;
class AutofillFetchSpecification_TypedValueFilter;
class StringList;
class TypedValue;
}  // namespace proto
}  // namespace personal_context


namespace personal_context {
namespace proto {
bool operator==(const AtMemoryQueryRequest& lhs, const AtMemoryQueryRequest& rhs);
bool operator==(const AtMemoryQueryResponse& lhs, const AtMemoryQueryResponse& rhs);
bool operator==(const AutofillFetchSpecification& lhs, const AutofillFetchSpecification& rhs);
bool operator==(const AutofillFetchSpecification_StringFilter& lhs, const AutofillFetchSpecification_StringFilter& rhs);
bool operator==(const AutofillFetchSpecification_TypedValueFilter& lhs, const AutofillFetchSpecification_TypedValueFilter& rhs);
bool operator==(const AutofillFetchSpecification_Filter& lhs, const AutofillFetchSpecification_Filter& rhs);
bool operator==(const AutofillFetchPlan& lhs, const AutofillFetchPlan& rhs);
bool operator==(const AtMemorySearchResult& lhs, const AtMemorySearchResult& rhs);
bool operator==(const StringList& lhs, const StringList& rhs);
bool operator==(const TypedValue& lhs, const TypedValue& rhs);
bool operator==(const Attribute& lhs, const Attribute& rhs);
}  // namespace proto
}  // namespace personal_context


#endif  // COMPONENTS_PERSONAL_CONTEXT_PROTO_FEATURES_AT_MEMORY_EQUAL_H_
