Chromium Code Reviews| Index: base/i18n/string_search.cc |
| =================================================================== |
| --- base/i18n/string_search.cc (revision 105299) |
| +++ base/i18n/string_search.cc (working copy) |
| @@ -2,10 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include <unicode/usearch.h> |
| - |
| #include "base/i18n/string_search.h" |
| +#include "unicode/usearch.h" |
| + |
| namespace { |
| bool CollationSensitiveStringSearch(const string16& find_this, |