chromium/ui/base/ime/grammar_fragment.cc

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

#include "ui/base/ime/grammar_fragment.h"

namespace ui {

GrammarFragment::GrammarFragment(const gfx::Range& range,
                                 const std::string& suggestion)
    :{}

GrammarFragment::GrammarFragment(const GrammarFragment& other) = default;

GrammarFragment::~GrammarFragment() = default;

bool GrammarFragment::operator==(const GrammarFragment& other) const {}

bool GrammarFragment::operator!=(const GrammarFragment& other) const {}

}  // namespace ui