Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / autocomplete / history_provider_util.cc
index 371d7b9..d645296 100644 (file)
@@ -10,10 +10,9 @@ namespace history {
 
 HistoryMatch::HistoryMatch()
     : url_info(),
-      input_location(string16::npos),
+      input_location(base::string16::npos),
       match_in_scheme(false),
-      innermost_match(true),
-      promoted(false) {
+      innermost_match(true) {
 }
 
 HistoryMatch::HistoryMatch(const URLRow& url_info,
@@ -23,8 +22,7 @@ HistoryMatch::HistoryMatch(const URLRow& url_info,
     : url_info(url_info),
       input_location(input_location),
       match_in_scheme(match_in_scheme),
-      innermost_match(innermost_match),
-      promoted(false) {
+      innermost_match(innermost_match) {
 }
 
 bool HistoryMatch::EqualsGURL(const HistoryMatch& h, const GURL& url) {