| Index: third_party/WebKit/public/platform/WebEditorCommandNames.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h b/third_party/WebKit/public/platform/WebEditorCommandNames.h
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
|
| rename to third_party/WebKit/public/platform/WebEditorCommandNames.h
|
| index 25737c8ace0ba1d2681118fd559ca9c2cdd3a685..301cc86857ddf75e3bd9847023f5ecb355423fc8 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
|
| +++ b/third_party/WebKit/public/platform/WebEditorCommandNames.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 EditorCommandNames_h
|
| -#define EditorCommandNames_h
|
| +#ifndef WebEditorCommandNames_h
|
| +#define WebEditorCommandNames_h
|
|
|
| namespace blink {
|
|
|
| @@ -152,4 +152,4 @@ namespace blink {
|
|
|
| } // namespace blink
|
|
|
| -#endif // EditorCommandNames_h
|
| +#endif // WebEditorCommandNames_h
|
|
|