From 51689d131ef4401d3349684ab466e666469f2c7e Mon Sep 17 00:00:00 2001 From: sdefresne Date: Tue, 28 Apr 2015 11:06:21 -0700 Subject: [iOS] Fix a typo in ios_strings_resources.grd tools/grit/grit.py does not recognize "preprend" as a valid emit_type but instead understand "prepend" which avoid the inclusion of atlres.h in the generated file. BUG=475514 Review URL: https://codereview.chromium.org/1113603003 Cr-Commit-Position: refs/heads/master@{#327323} --- ios/chrome/app/strings/ios_strings_resources.grd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios') diff --git a/ios/chrome/app/strings/ios_strings_resources.grd b/ios/chrome/app/strings/ios_strings_resources.grd index e50d0f9..4e92c12 100644 --- a/ios/chrome/app/strings/ios_strings_resources.grd +++ b/ios/chrome/app/strings/ios_strings_resources.grd @@ -14,7 +14,7 @@ all other OS specific variables will be false. source_lang_id="en" enc_check="möl"> - + -- cgit v1.1