Index: ui/keyboard/keyboard_util.h |
diff --git a/ui/keyboard/keyboard_util.h b/ui/keyboard/keyboard_util.h |
index c2b31b8819d601d163143cdd4144ead989e73619..59b2b242821a1e05c8c7870d1ff9186c42f1dcf1 100644 |
--- a/ui/keyboard/keyboard_util.h |
+++ b/ui/keyboard/keyboard_util.h |
@@ -128,11 +128,11 @@ KEYBOARD_EXPORT bool SendKeyEvent(std::string type, |
// Marks that the keyboard load has started. This is used to measure the time it |
// takes to fully load the keyboard. This should be called before |
// MarkKeyboardLoadFinished. |
-KEYBOARD_EXPORT const void MarkKeyboardLoadStarted(); |
+KEYBOARD_EXPORT void MarkKeyboardLoadStarted(); |
// Marks that the keyboard load has ended. This finishes measuring that the |
// keyboard is loaded. |
-KEYBOARD_EXPORT const void MarkKeyboardLoadFinished(); |
+KEYBOARD_EXPORT void MarkKeyboardLoadFinished(); |
// Get the list of keyboard resources. |size| is populated with the number of |
// resources in the returned array. |