// 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. #include "ui/base/ime/linux/text_edit_command_auralinux.h" #include "base/notreached.h" #include "ui/base/ime/text_edit_commands.h" namespace ui { // This is sent to the renderer. Keep the string representation in sync with // third_party/WebKit/public/platform/WebEditingCommandType.h. std::string TextEditCommandAuraLinux::GetCommandString() const { … } } // namespace ui