// 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 EXTENSIONS_COMMON_DOM_ACTION_TYPES_H_ #define EXTENSIONS_COMMON_DOM_ACTION_TYPES_H_ namespace extensions { struct DomActionType { … }; } // namespace extensions #endif // EXTENSIONS_COMMON_DOM_ACTION_TYPES_H_