Index: ui/keyboard/keyboard_constants.h |
diff --git a/ui/keyboard/keyboard_constants.h b/ui/keyboard/keyboard_constants.h |
index eff96eadf5054ae73faf3bca489a703efaf53647..75607c1ee63e717948ddd916f6eddf47736629bb 100644 |
--- a/ui/keyboard/keyboard_constants.h |
+++ b/ui/keyboard/keyboard_constants.h |
@@ -9,11 +9,11 @@ |
namespace keyboard { |
-// The URL of the keyboard WebUI. |
-KEYBOARD_EXPORT extern const char kKeyboardWebUIURL[]; |
+// The URL of the keyboard extension. |
+KEYBOARD_EXPORT extern const char kKeyboardURL[]; |
-// The host of the keyboard WebUI URL. |
-KEYBOARD_EXPORT extern const char kKeyboardWebUIHost[]; |
+// The host of the keyboard extension URL. |
+KEYBOARD_EXPORT extern const char kKeyboardHost[]; |
} // namespace keyboard |