Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(851)

Unified Diff: third_party/WebKit/public/platform/WebEditorCommandNames.h

Issue 2085873002: Add test for TextEditCommandAuraLinux::GetCommandString. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor8_unify_text_edit_commands
Patch Set: -- Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698