Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: ios/web_view/internal/translate/criwv_translate_client.mm

Issue 2691883003: Rename ios/web_view public delegates from CRIWV to CWV prefix. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/web_view/internal/translate/criwv_translate_client.mm
diff --git a/ios/web_view/internal/translate/criwv_translate_client.mm b/ios/web_view/internal/translate/criwv_translate_client.mm
index d5bbcde06741d24d4a59fcaf8f6f472c0bca38ac..1f422001e1f9edf68e8c0deb600bb5b98ac0ef81 100644
--- a/ios/web_view/internal/translate/criwv_translate_client.mm
+++ b/ios/web_view/internal/translate/criwv_translate_client.mm
@@ -7,8 +7,8 @@
#include <vector>
#include "base/logging.h"
-#include "base/memory/ptr_util.h"
#import "base/mac/scoped_nsobject.h"
+#include "base/memory/ptr_util.h"
#include "components/infobars/core/infobar.h"
#include "components/prefs/pref_service.h"
#include "components/translate/core/browser/page_translated_details.h"
@@ -23,7 +23,7 @@
#include "ios/web_view/internal/pref_names.h"
#include "ios/web_view/internal/translate/criwv_translate_accept_languages_factory.h"
#import "ios/web_view/internal/translate/criwv_translate_manager_impl.h"
-#import "ios/web_view/public/criwv_translate_delegate.h"
+#import "ios/web_view/public/cwv_translate_delegate.h"
#include "url/gurl.h"
DEFINE_WEB_STATE_USER_DATA_KEY(ios_web_view::CRIWVTranslateClient);

Powered by Google App Engine
This is Rietveld 408576698