X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fhistory%2Furl_index_private_data.h;h=0d98584895c8800ebb3deca5b82fa4d332b87ef9;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=6e26edf58156178ea0efb9a5f9d490ae392653ad;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/history/url_index_private_data.h b/src/chrome/browser/history/url_index_private_data.h index 6e26edf..0d98584 100644 --- a/src/chrome/browser/history/url_index_private_data.h +++ b/src/chrome/browser/history/url_index_private_data.h @@ -16,7 +16,6 @@ #include "chrome/browser/history/in_memory_url_index_cache.pb.h" #include "chrome/browser/history/in_memory_url_index_types.h" #include "chrome/browser/history/scored_history_match.h" -#include "content/public/browser/notification_details.h" class BookmarkService; class HistoryQuickProviderTest; @@ -214,6 +213,7 @@ class URLIndexPrivateData ScoredHistoryMatches scored_matches_; const base::string16& lower_string_; const String16Vector& lower_terms_; + WordStarts lower_terms_to_word_starts_offsets_; const base::Time now_; };