 Chromium Code Reviews
 Chromium Code Reviews Issue 18252003:
  Replace third_party/icu/public with third_party/icu/source  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 18252003:
  Replace third_party/icu/public with third_party/icu/source  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: base/i18n/string_search.cc | 
| diff --git a/base/i18n/string_search.cc b/base/i18n/string_search.cc | 
| index 17304b31cc708183578bb131fde623a3a5eb4982..121dfce58699e555d53914075a480091f4e596f6 100644 | 
| --- a/base/i18n/string_search.cc | 
| +++ b/base/i18n/string_search.cc | 
| @@ -5,7 +5,7 @@ | 
| #include "base/i18n/string_search.h" | 
| #include "base/logging.h" | 
| -#include "third_party/icu/public/i18n/unicode/usearch.h" | 
| +#include "third_party/icu/source/i18n/unicode/usearch.h" | 
| namespace base { | 
| namespace i18n { |