| Index: chrome/browser/history/in_memory_url_index.cc
|
| diff --git a/chrome/browser/history/in_memory_url_index.cc b/chrome/browser/history/in_memory_url_index.cc
|
| index 6103a4abe94e6afdb19a607a4632294a2bdd052a..7942d7aaf2c767dc3e042487ac5b414c834e19ea 100644
|
| --- a/chrome/browser/history/in_memory_url_index.cc
|
| +++ b/chrome/browser/history/in_memory_url_index.cc
|
| @@ -487,7 +487,7 @@ InMemoryURLIndex::String16Vector InMemoryURLIndex::WordVectorFromString16(
|
| const string16& uni_string,
|
| bool break_on_space) {
|
| base::i18n::BreakIterator iter(
|
| - &uni_string,
|
| + uni_string,
|
| break_on_space ? base::i18n::BreakIterator::BREAK_SPACE
|
| : base::i18n::BreakIterator::BREAK_WORD);
|
| String16Vector words;
|
|
|