Chromium Code Reviews| Index: ios/web_view/shell/translation_delegate.h |
| diff --git a/ios/web_view/shell/translate_controller.h b/ios/web_view/shell/translation_delegate.h |
| similarity index 51% |
| rename from ios/web_view/shell/translate_controller.h |
| rename to ios/web_view/shell/translation_delegate.h |
| index c2522510add7cb606aa117d7d453288ddf724783..23f03ebbe1dabfd2f4b55bf99e590f9fb8919d3c 100644 |
| --- a/ios/web_view/shell/translate_controller.h |
| +++ b/ios/web_view/shell/translation_delegate.h |
| @@ -2,13 +2,13 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef IOS_WEB_VIEW_SHELL_TRANSLATE_CONTROLLER_H_ |
| -#define IOS_WEB_VIEW_SHELL_TRANSLATE_CONTROLLER_H_ |
| +#ifndef IOS_WEB_VIEW_SHELL_TRANSLATION_DELEGATE_H_ |
| +#define IOS_WEB_VIEW_SHELL_TRANSLATION_DELEGATE_H_ |
| #import <ChromeWebView/ChromeWebView.h> |
| #import <Foundation/Foundation.h> |
| -@interface TranslateController : NSObject<CWVTranslateDelegate> |
| +@interface TranslationDelegate : NSObject<CWVTranslationControllerDelegate> |
|
Eugene But (OOO till 7-30)
2017/04/28 03:07:29
Sorry, missed earlier. All classes in this directo
jzw1
2017/04/28 05:43:36
Done.
|
| @end |
| -#endif // IOS_WEB_VIEW_SHELL_TRANSLATE_CONTROLLER_H_ |
| +#endif // IOS_WEB_VIEW_SHELL_TRANSLATION_DELEGATE_H_ |