| Index: extensions/common/dom_action_types.h
|
| diff --git a/chrome/common/extensions/dom_action_types.h b/extensions/common/dom_action_types.h
|
| similarity index 83%
|
| rename from chrome/common/extensions/dom_action_types.h
|
| rename to extensions/common/dom_action_types.h
|
| index 6887bddc06aaa27d99291ce0eba46b17909e9af5..0233f12e9a8712bb8b3665e2db0d736be3bf1cd0 100644
|
| --- a/chrome/common/extensions/dom_action_types.h
|
| +++ b/extensions/common/dom_action_types.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_EXTENSIONS_DOM_ACTION_TYPES_H_
|
| -#define CHROME_COMMON_EXTENSIONS_DOM_ACTION_TYPES_H_
|
| +#ifndef EXTENSIONS_COMMON_DOM_ACTION_TYPES_H_
|
| +#define EXTENSIONS_COMMON_DOM_ACTION_TYPES_H_
|
|
|
| namespace extensions {
|
|
|
| @@ -23,4 +23,4 @@ struct DomActionType {
|
|
|
| } // namespace
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_DOM_ACTION_TYPES_H_
|
| +#endif // EXTENSIONS_COMMON_DOM_ACTION_TYPES_H_
|
|
|