blob: 648f8fdea14ec06d2a5bb39c661268f996e93ea1 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_INPUT_METHOD_EDITOR_HELPERS_H_
#define CHROME_BROWSER_ASH_INPUT_METHOD_EDITOR_HELPERS_H_
#include <string>
#include "ui/gfx/range/range.h"
namespace ash::input_method {
size_t NonWhitespaceAndSymbolsLength(const std::u16string& text,
gfx::Range selection_range);
} // namespace ash::input_method
#endif // CHROME_BROWSER_ASH_INPUT_METHOD_EDITOR_HELPERS_H_