chromium/ui/base/ime/infolist_entry.h

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

#ifndef UI_BASE_IME_INFOLIST_ENTRY_H_
#define UI_BASE_IME_INFOLIST_ENTRY_H_

#include <string>

#include "base/component_export.h"

namespace ui {

// The data model of infolist window.
struct COMPONENT_EXPORT(UI_BASE_IME_TYPES) InfolistEntry {};

}  // namespace ui

#endif  // UI_BASE_IME_INFOLIST_ENTRY_H_