chromium/third_party/blink/renderer/core/editing/commands/editor_command_names.h

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

#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_COMMANDS_EDITOR_COMMAND_NAMES_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_COMMANDS_EDITOR_COMMAND_NAMES_H_

namespace blink {

// Must be ordered in a case-folding manner for binary search. Covered by unit
// tests in editing_command_test.cc (not able to use static_assert)
#define FOR_EACH_BLINK_EDITING_COMMAND_NAME(V)

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_COMMANDS_EDITOR_COMMAND_NAMES_H_