| Index: chrome/browser/chromeos/extensions/input_method_api.h
|
| diff --git a/chrome/browser/chromeos/extensions/input_method_api.h b/chrome/browser/chromeos/extensions/input_method_api.h
|
| index c940ebbdbed195151f84e9dbeefd3a68de839994..d7a4d7fdc2548dad5a2e6eab76f7e08d3f370da8 100644
|
| --- a/chrome/browser/chromeos/extensions/input_method_api.h
|
| +++ b/chrome/browser/chromeos/extensions/input_method_api.h
|
| @@ -25,7 +25,7 @@ class GetInputMethodFunction : public SyncExtensionFunction {
|
| protected:
|
| virtual ~GetInputMethodFunction();
|
|
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunSync() OVERRIDE;
|
|
|
| private:
|
| DECLARE_EXTENSION_FUNCTION("inputMethodPrivate.get", INPUTMETHODPRIVATE_GET)
|
| @@ -40,7 +40,7 @@ class StartImeFunction : public SyncExtensionFunction {
|
| protected:
|
| virtual ~StartImeFunction();
|
|
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunSync() OVERRIDE;
|
|
|
| private:
|
| DECLARE_EXTENSION_FUNCTION("inputMethodPrivate.startIme",
|
|
|