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); |