Index: ui/base/ime/win/tsf_bridge.h |
diff --git a/ui/base/ime/win/tsf_bridge.h b/ui/base/ime/win/tsf_bridge.h |
index 96c2406bfe26a6b98ee0e179586a6a0db3f6bc62..cffde1f8bb82c5577322aa392b04cd04777a19f3 100644 |
--- a/ui/base/ime/win/tsf_bridge.h |
+++ b/ui/base/ime/win/tsf_bridge.h |
@@ -44,7 +44,7 @@ class UI_EXPORT TSFBridge { |
static TSFBridge* ReplaceForTesting(TSFBridge* bridge); |
// Destroys the thread local instance. |
- virtual void Shutdown() = 0; |
+ static void Shutdown(); |
// Handles TextInputTypeChanged event. RWHVW is responsible for calling this |
// handler whenever renderer's input text type is changed. Does nothing |