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

Unified Diff: chrome/browser/spellcheck_worditerator.cc

Issue 172031: Update gyp files and DEPS for icu42 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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: chrome/browser/spellcheck_worditerator.cc
===================================================================
--- chrome/browser/spellcheck_worditerator.cc (revision 25651)
+++ chrome/browser/spellcheck_worditerator.cc (working copy)
@@ -11,12 +11,12 @@
#include "base/string_util.h"
#include "chrome/browser/spellchecker.h"
-#include "third_party/icu38/public/common/unicode/normlzr.h"
-#include "third_party/icu38/public/common/unicode/schriter.h"
-#include "third_party/icu38/public/common/unicode/uchar.h"
-#include "third_party/icu38/public/common/unicode/uscript.h"
-#include "third_party/icu38/public/common/unicode/uset.h"
-#include "third_party/icu38/public/i18n/unicode/ulocdata.h"
+#include "third_party/icu/public/common/unicode/normlzr.h"
+#include "third_party/icu/public/common/unicode/schriter.h"
+#include "third_party/icu/public/common/unicode/uchar.h"
+#include "third_party/icu/public/common/unicode/uscript.h"
+#include "third_party/icu/public/common/unicode/uset.h"
+#include "third_party/icu/public/i18n/unicode/ulocdata.h"
SpellcheckCharAttribute::SpellcheckCharAttribute() {
InitializeScriptTable();
« no previous file with comments | « chrome/browser/resources/about_credits.html ('k') | chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698