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

Unified Diff: ios/web_view/internal/translate/BUILD.gn

Issue 2714223004: Update class prefixes in ios/web_view/translate. (Closed)
Patch Set: Rebase and respond to comments. 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/BUILD.gn
diff --git a/ios/web_view/internal/translate/BUILD.gn b/ios/web_view/internal/translate/BUILD.gn
index 337277fd3be868a7a9aedfc85759dcf696038ab5..3c0d86a05db663d61ef27f3984db5f3a7883be24 100644
--- a/ios/web_view/internal/translate/BUILD.gn
+++ b/ios/web_view/internal/translate/BUILD.gn
@@ -9,12 +9,12 @@ source_set("translate") {
]
sources = [
- "criwv_translate_accept_languages_factory.cc",
- "criwv_translate_accept_languages_factory.h",
- "criwv_translate_client.h",
- "criwv_translate_client.mm",
- "criwv_translate_manager_impl.h",
- "criwv_translate_manager_impl.mm",
+ "cwv_translate_manager_impl.h",
+ "cwv_translate_manager_impl.mm",
+ "web_view_translate_accept_languages_factory.cc",
+ "web_view_translate_accept_languages_factory.h",
+ "web_view_translate_client.h",
+ "web_view_translate_client.mm",
]
deps = [
"//base",
« no previous file with comments | « ios/web_view/internal/cwv_web_view.mm ('k') | ios/web_view/internal/translate/criwv_translate_accept_languages_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698